Logging Config
class LoggingConfig
Logging configuration with a logger name match and a list of level ranges that maps to a list of sinks for each.
Functions
Link copied to clipboard
DSL function to specify a specific level at which to log.
Link copied to clipboard
DSL function to specify that logger names should match this name exactly.
Link copied to clipboard
DSL function to specify that logger names should match from the specified base name.
Link copied to clipboard
DSL function to specify the minimum level from which to log.
Link copied to clipboard
DSL function to specify an inclusive range of levels at which to log.
Link copied to clipboard
DSL function to specify that logger names should match this regular expression pattern.
Link copied to clipboard
DSL function to specify the maximum level at which to log.