Class LoggingHandler

    • Constructor Detail

      • LoggingHandler

        public LoggingHandler()
        Creates a new instance whose logger name is the fully qualified class name of the instance with hex dump enabled.
      • LoggingHandler

        public LoggingHandler​(InternalLogLevel level)
        Creates a new instance whose logger name is the fully qualified class name of the instance.
        Parameters:
        level - the log level
      • LoggingHandler

        public LoggingHandler​(boolean hexDump)
        Creates a new instance whose logger name is the fully qualified class name of the instance.
        Parameters:
        hexDump - true if and only if the hex dump of the received message is logged
      • LoggingHandler

        public LoggingHandler​(InternalLogLevel level,
                              boolean hexDump)
        Creates a new instance whose logger name is the fully qualified class name of the instance.
        Parameters:
        level - the log level
        hexDump - true if and only if the hex dump of the received message is logged
      • LoggingHandler

        public LoggingHandler​(Class<?> clazz)
        Creates a new instance with the specified logger name and with hex dump enabled.
      • LoggingHandler

        public LoggingHandler​(Class<?> clazz,
                              boolean hexDump)
        Creates a new instance with the specified logger name.
        Parameters:
        hexDump - true if and only if the hex dump of the received message is logged
      • LoggingHandler

        public LoggingHandler​(Class<?> clazz,
                              InternalLogLevel level)
        Creates a new instance with the specified logger name.
        Parameters:
        level - the log level
      • LoggingHandler

        public LoggingHandler​(Class<?> clazz,
                              InternalLogLevel level,
                              boolean hexDump)
        Creates a new instance with the specified logger name.
        Parameters:
        level - the log level
        hexDump - true if and only if the hex dump of the received message is logged
      • LoggingHandler

        public LoggingHandler​(String name)
        Creates a new instance with the specified logger name and with hex dump enabled.
      • LoggingHandler

        public LoggingHandler​(String name,
                              boolean hexDump)
        Creates a new instance with the specified logger name.
        Parameters:
        hexDump - true if and only if the hex dump of the received message is logged
      • LoggingHandler

        public LoggingHandler​(String name,
                              InternalLogLevel level,
                              boolean hexDump)
        Creates a new instance with the specified logger name.
        Parameters:
        level - the log level
        hexDump - true if and only if the hex dump of the received message is logged