Class DefaultLoggingBridge
java.lang.Object
org.wso2.carbon.bootstrap.logging.DefaultLoggingBridge
- All Implemented Interfaces:
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 -
Method Summary
-
Constructor Details
-
DefaultLoggingBridge
public DefaultLoggingBridge()
-
-
Method Details
-
push
Discard log records of unknown types- Specified by:
pushin interfaceLoggingBridge- Parameters:
record- record of the log
-