Module dash.utility.output

Defines the static Output class, which handles all output to the console window.

Functions

Name Description
bench Benchmark the running of a function, and log the result to the debug buffer.
log Wrapper for logging into default logger instance
logDebug Special case is debug logging

Classes

Name Description
GlobalLogger Children of StyledStrictLogger with initialize method to handle loading verbosity from config.

Enums

Name Description
OutputType Custom logging level type for global logger.
Verbosity The levels of output available.

Global variables

Name Type Description
Logger shared(GlobalLogger) Global instance of logger

Aliases

Name Type Description
logError Wrapper for logging with Error level
logFatal
logInfo Wrapper for logging with Info level
logNotice
logWarning Wrapper for logging with Warning level

Authors

Copyright

License