bundles / traitlets latest / traitlets / config / application / LevelFormatter
class
traitlets.config.application:LevelFormatter
Signature
class LevelFormatter ( fmt = None , datefmt = None , style = % , validate = True , * , defaults = None ) Members
Summary
Formatter with additional highlevel record
Extended Summary
This field is empty if log level is less than highlevel_limit, otherwise it is formatted with self.highlevel_format.
Useful for adding 'WARNING' to warning messages, without adding 'INFO' to info, etc.
Aliases
-
traitlets.config.LevelFormatter