Logger
Types
Properties
Functions
Link copied to clipboard
Performs a Level.DEBUG level Logging, of the String message, computed by invoking lazyMessage lambda.
Link copied to clipboard
Performs a Level.ERROR level Logging, of the String message, computed by invoking lazyMessage lambda.
Performs a Level.ERROR level Logging of:
Link copied to clipboard
Performs a Level.INFO level Logging, of the String message, computed by invoking lazyMessage lambda.
Link copied to clipboard
Checks if the passed Logger Level is enabled by checking the underlying Mask Bit.
Link copied to clipboard
Performs a Level.TRACE level Logging, of the String message, computed by invoking lazyMessage lambda.
Link copied to clipboard
Performs a Level.WARN level Logging, of the String message, computed by invoking lazyMessage lambda.