org.wso2.carbon.bootstrap.logging
Class LoggingUtils

java.lang.Object
  extended by org.wso2.carbon.bootstrap.logging.LoggingUtils

public class LoggingUtils
extends Object


Constructor Summary
LoggingUtils()
           
 
Method Summary
static void flushLogs(String bridgeName, LoggingBridge loggingBridge)
           
static LogRecord formatMessage(Formatter formatter, LogRecord record)
           
static void pushLogRecord(String bridgeName, LoggingBridge loggingBridge, LogRecord record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingUtils

public LoggingUtils()
Method Detail

pushLogRecord

public static void pushLogRecord(String bridgeName,
                                 LoggingBridge loggingBridge,
                                 LogRecord record)

formatMessage

public static LogRecord formatMessage(Formatter formatter,
                                      LogRecord record)

flushLogs

public static void flushLogs(String bridgeName,
                             LoggingBridge loggingBridge)


Copyright © 2014 WSO2 Inc. All rights reserved.