Nuxeo Enterprise Platform 5.3

com.anwrt.ooserver.daemon
Class Log4JLogger

java.lang.Object
  extended by com.anwrt.ooserver.daemon.Logger
      extended by com.anwrt.ooserver.daemon.Log4JLogger

public class Log4JLogger
extends Logger


Field Summary
static boolean logInfoAsDebug
           
 
Fields inherited from class com.anwrt.ooserver.daemon.Logger
DEBUG, DETAILED_DEBUG, ERROR, INFO, level, levelStrings, NB_LEVELS, NONE, WARNING
 
Constructor Summary
Log4JLogger()
           
 
Method Summary
protected  void debugImpl(Exception ex)
           
protected  void debugImpl(String msg)
           
protected  void debugImpl(String msg, Exception ex)
           
protected  void detailedDebugImpl(Exception ex)
           
protected  void errorImpl(String msg)
           
protected  void fatalErrorImpl(String msg)
           
protected  void fatalErrorImpl(String msg, Exception ex)
           
protected  void infoImpl(String msg)
           
protected  void warningImpl(String msg)
           
 
Methods inherited from class com.anwrt.ooserver.daemon.Logger
debug, debug, debug, detailedDebug, error, fatalError, fatalError, getInstance, getLevel, info, levelInformation, levelToString, newInstance, setLevel, setLevel, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logInfoAsDebug

public static boolean logInfoAsDebug
Constructor Detail

Log4JLogger

public Log4JLogger()
Method Detail

debugImpl

protected void debugImpl(String msg)
Specified by:
debugImpl in class Logger

debugImpl

protected void debugImpl(String msg,
                         Exception ex)
Specified by:
debugImpl in class Logger

debugImpl

protected void debugImpl(Exception ex)
Specified by:
debugImpl in class Logger

detailedDebugImpl

protected void detailedDebugImpl(Exception ex)
Specified by:
detailedDebugImpl in class Logger

errorImpl

protected void errorImpl(String msg)
Specified by:
errorImpl in class Logger

fatalErrorImpl

protected void fatalErrorImpl(String msg)
Specified by:
fatalErrorImpl in class Logger

fatalErrorImpl

protected void fatalErrorImpl(String msg,
                              Exception ex)
Specified by:
fatalErrorImpl in class Logger

infoImpl

protected void infoImpl(String msg)
Specified by:
infoImpl in class Logger

warningImpl

protected void warningImpl(String msg)
Specified by:
warningImpl in class Logger

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.