org.csc.phynixx.common.logger
Class Log4jLogger

java.lang.Object
  extended by org.csc.phynixx.common.logger.Log4jLogger
All Implemented Interfaces:
IPhynixxLogger

public class Log4jLogger
extends Object
implements IPhynixxLogger

Implements IPhynixxLogger on base of log4j


Method Summary
 void debug(Object o)
           
 void debug(Object o, Throwable t)
           
 void error(Object o)
           
 void error(Object o, Throwable t)
           
 void fatal(Object o)
           
 void fatal(Object o, Throwable t)
           
 void info(Object o)
           
 void info(Object o, Throwable t)
           
 boolean isDebugEnabled()
           
 boolean isInfoEnabled()
           
 void warn(Object o)
           
 void warn(Object o, Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

debug

public void debug(Object o)
Specified by:
debug in interface IPhynixxLogger

debug

public void debug(Object o,
                  Throwable t)
Specified by:
debug in interface IPhynixxLogger

info

public void info(Object o)
Specified by:
info in interface IPhynixxLogger

info

public void info(Object o,
                 Throwable t)
Specified by:
info in interface IPhynixxLogger

warn

public void warn(Object o)
Specified by:
warn in interface IPhynixxLogger

warn

public void warn(Object o,
                 Throwable t)
Specified by:
warn in interface IPhynixxLogger

error

public void error(Object o)
Specified by:
error in interface IPhynixxLogger

error

public void error(Object o,
                  Throwable t)
Specified by:
error in interface IPhynixxLogger

fatal

public void fatal(Object o)
Specified by:
fatal in interface IPhynixxLogger

fatal

public void fatal(Object o,
                  Throwable t)
Specified by:
fatal in interface IPhynixxLogger

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface IPhynixxLogger

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface IPhynixxLogger


Copyright © 2015. All rights reserved.