pyface.splash_screen_log_handler module
A log handler that emits records to a splash screen.
-
class pyface.splash_screen_log_handler.SplashScreenLogHandler(splash_screen)[source]
Bases: Handler
A log handler that displays log messages on a splash screen.
-
emit(record)[source]
Emits the log record’s message to the splash screen.
- Parameters
record (logging record) – The log record to be displayed.