{ } Raw JSON

bundles / traitlets 5.15.0 / traitlets / config / configurable / LoggingConfigurable / _get_log_handler

function

traitlets.config.configurable:LoggingConfigurable._get_log_handler

source: /traitlets/config/configurable.py :495

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