Class DefaultLoggingBridge

  • All Implemented Interfaces:
    LoggingBridge

    public class DefaultLoggingBridge
    extends Object
    implements LoggingBridge
    This class is used when unknown file appender is trying to get registered in the LoggingBridgeRegister. Instead of the actual Appender for unknown types default logging bridge is registered.
    • Constructor Detail

      • DefaultLoggingBridge

        public DefaultLoggingBridge()
    • Method Detail

      • push

        public void push​(LogRecord record)
        Discard log records of unknown types
        Specified by:
        push in interface LoggingBridge
        Parameters:
        record - record of the log