Ontimize 5.2072EN

com.ontimize.db.util
Class LogManager

java.lang.Object
  extended bycom.ontimize.db.util.LogManager

public abstract class LogManager
extends java.lang.Object


Constructor Summary
LogManager()
           
 
Method Summary
static void closeAll()
           
static LogWriter getDefaultLogWriter()
           
static LogFormatter getLogFormater()
           
static LogWriter getLogWriter()
           
static LogWriter getLogWriter(java.lang.String key)
           
static void setDefaultLogWriter(LogWriter writer)
           
static void setLogFormater(LogFormatter f)
           
static void setLogWriter(LogWriter writer)
           
static void setLogWriter(java.lang.String key, LogWriter writer)
           
static void write(java.lang.String key, java.lang.String s)
           
static void write(java.lang.String key, java.lang.String s, boolean newLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogManager

public LogManager()
Method Detail

getDefaultLogWriter

public static final LogWriter getDefaultLogWriter()

getLogWriter

public static final LogWriter getLogWriter()

setLogWriter

public static final void setLogWriter(LogWriter writer)

setDefaultLogWriter

public static final void setDefaultLogWriter(LogWriter writer)

setLogWriter

public static final void setLogWriter(java.lang.String key,
                                      LogWriter writer)

getLogWriter

public static final LogWriter getLogWriter(java.lang.String key)

getLogFormater

public static LogFormatter getLogFormater()

setLogFormater

public static void setLogFormater(LogFormatter f)

write

public static void write(java.lang.String key,
                         java.lang.String s)

write

public static void write(java.lang.String key,
                         java.lang.String s,
                         boolean newLine)

closeAll

public static void closeAll()

Ontimize