org.csc.phynixx.common.logger
Class LogbackLogger
java.lang.Object
org.csc.phynixx.common.logger.LogbackLogger
- All Implemented Interfaces:
- IPhynixxLogger
public class LogbackLogger
- extends Object
- implements IPhynixxLogger
Implements IPhynixxLogger
on base of log4j
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.