Log Level Map
A hierarchical mapping from logger name to Level used to override the configured log level during debugging. This class is designed to allow efficient (i.e. zero-allocation) resolution of the log level for a given logger.
This class is immutable and thread safe.
Types
Functions
Link copied to clipboard
Returns a new builder for constructing a
LogLevelMap.Link copied to clipboard
Returns a
LogLevelMap whose entries correspond to the given map, and with the default value of Level.OFF.Returns an empty
LogLevelMap with a single default level which will apply to all loggers.Returns a
LogLevelMap whose entries correspond to the given map.Link copied to clipboard
Returns the union of this map with the given map.