Uses of Interface
org.wso2.carbon.bootstrap.logging.LoggingBridge
-
Packages that use LoggingBridge Package Description org.wso2.carbon.bootstrap.logging -
-
Uses of LoggingBridge in org.wso2.carbon.bootstrap.logging
Classes in org.wso2.carbon.bootstrap.logging that implement LoggingBridge Modifier and Type Class Description classDefaultLoggingBridgeThis class is used when unknown file appender is trying to get registered in the LoggingBridgeRegister.Methods in org.wso2.carbon.bootstrap.logging that return LoggingBridge Modifier and Type Method Description static LoggingBridgeLoggingBridgeRegister. getLoggingBridge(String name)Deprecated.Methods in org.wso2.carbon.bootstrap.logging with parameters of type LoggingBridge Modifier and Type Method Description static voidLoggingBridgeRegister. addAppender(String name, LoggingBridge bridge)Deprecated.static voidLoggingUtils. flushLogs(String bridgeName, LoggingBridge loggingBridge)Deprecated.static voidLoggingUtils. pushLogRecord(String bridgeName, LoggingBridge loggingBridge, LogRecord record)Deprecated.
-