You are viewing an older version (5.14.3). Go to latest (5.15.0)
{ } Raw JSON

bundles / traitlets 5.14.3 / traitlets / config / application / LevelFormatter

class

traitlets.config.application:LevelFormatter

source: /traitlets/config/application.py :131

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