An optimized logger that ignores TRACE, DEBUG and LOG messages.
TRACE
DEBUG
LOG
Use the create method to instantiate the right instance of a more specialized logger.
create
Protected
ERROR message
INFO message
INSANE message
DEBUG/LOG message
TRACE message
WARN message
Static
Creates a new optimized logger which ignores messages that are below the minimalLevel.
minimalLevel
An optimized logger that ignores
TRACE,DEBUGandLOGmessages.Use the
createmethod to instantiate the right instance of a more specialized logger.