Class NullLogger

  • All Implemented Interfaces:
    Logger

    public class NullLogger
    extends AbstractLogger
    Null implementation which does nothing with log messages.
    • Constructor Detail

      • NullLogger

        public NullLogger()
    • Method Detail

      • doLog

        protected void doLog​(LogLevel level,
                             String message,
                             String category)
        Common method for all severity levels.
        Specified by:
        doLog in class AbstractLogger
        Parameters:
        level - the log level (aka severity) of the message
        message - the message to log
        category - the log category