ConsoleLogger
Simple Logger implementation printing logs to the console. While messages at WARN or ERROR levels are printed to System.err, others are printed to System.out.
Properties
Functions
Link copied to clipboard
Check if the logger instance enabled for the DEBUG level.
Link copied to clipboard
Check if the logger instance enabled for the ERROR level.
Link copied to clipboard
Check if the logger instance enabled for the INFO level.
Link copied to clipboard
Check if the logger instance enabled for the TRACE level.
Link copied to clipboard
Check if the logger instance enabled for the WARN level.