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 Summary
Constructors Constructor Description DefaultLoggingBridge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpush(LogRecord record)Discard log records of unknown types
-
-
-
Method Detail
-
push
public void push(LogRecord record)
Discard log records of unknown types- Specified by:
pushin interfaceLoggingBridge- Parameters:
record- record of the log
-
-