Class LoggingUtils
- java.lang.Object
-
- org.wso2.carbon.bootstrap.logging.LoggingUtils
-
@Deprecated public class LoggingUtils extends Object
Deprecated.Queuing and flushing logs is done by Log4J2 appenders.
-
-
Constructor Summary
Constructors Constructor Description LoggingUtils()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidclear()Deprecated.static voidflushLogs(String bridgeName, LoggingBridge loggingBridge)Deprecated.static LogRecordformatMessage(Formatter formatter, LogRecord record)Deprecated.static voidpushLogRecord(String bridgeName, LoggingBridge loggingBridge, LogRecord record)Deprecated.
-
-
-
Method Detail
-
pushLogRecord
public static void pushLogRecord(String bridgeName, LoggingBridge loggingBridge, LogRecord record)
Deprecated.
-
formatMessage
public static LogRecord formatMessage(Formatter formatter, LogRecord record)
Deprecated.
-
flushLogs
public static void flushLogs(String bridgeName, LoggingBridge loggingBridge)
Deprecated.
-
clear
public static void clear()
Deprecated.
-
-