Class DefaultLoggingBridge

java.lang.Object
org.wso2.carbon.bootstrap.logging.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 Details

    • DefaultLoggingBridge

      public DefaultLoggingBridge()
  • Method Details

    • push

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