Logger
An extension to the SLF4J Logger
interface, which adds the quiet
and lifecycle
log levels.
You can obtain a Logger
instance using getLogger or getLogger. A Logger
instance is also available through getLogger, getLogger and getLogger.
CAUTION! Logging sensitive information (credentials, tokens, certain environment variables) above debug level is a security vulnerability. See our recommendations for more information.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns true if lifecycle log level is enabled for this logger.
Link copied to clipboard
Returns true if quiet log level is enabled for this logger.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard