bundles / traitlets 5.14.3 / traitlets / config / configurable / LoggingConfigurable / _get_log_handler
function
traitlets.config.configurable:LoggingConfigurable._get_log_handler
Signature
def _get_log_handler ( self ) → logging.Handler | None Summary
Return the default Handler
Extended Summary
Returns None if none can be found
Deprecated, this now returns the first log handler which may or may not be the default one.
Aliases
-
traitlets.config.LoggingConfigurable._get_log_handler