com.googlecode.jpattern.service.log
Class NullLoggerService
java.lang.Object
com.googlecode.jpattern.service.log.NullLoggerService
- All Implemented Interfaces:
- IService, ILoggerService, Serializable
public class NullLoggerService
- extends Object
- implements ILoggerService
- Author:
- Francesco Cina'
21/giu/2010
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullLoggerService
public NullLoggerService()
logger
public ILogger logger(Class<?> aClass)
- Specified by:
logger in interface ILoggerService
setDebugLoggerLevel
public void setDebugLoggerLevel()
- Specified by:
setDebugLoggerLevel in interface ILoggerService
setDebugLoggerLevel
public void setDebugLoggerLevel(String classpath)
- Specified by:
setDebugLoggerLevel in interface ILoggerService
setErrorLoggerLevel
public void setErrorLoggerLevel()
- Specified by:
setErrorLoggerLevel in interface ILoggerService
setErrorLoggerLevel
public void setErrorLoggerLevel(String classpath)
- Specified by:
setErrorLoggerLevel in interface ILoggerService
setInfoLoggerLevel
public void setInfoLoggerLevel()
- Specified by:
setInfoLoggerLevel in interface ILoggerService
setInfoLoggerLevel
public void setInfoLoggerLevel(String classpath)
- Specified by:
setInfoLoggerLevel in interface ILoggerService
setTraceLoggerLevel
public void setTraceLoggerLevel()
- Specified by:
setTraceLoggerLevel in interface ILoggerService
setTraceLoggerLevel
public void setTraceLoggerLevel(String classpath)
- Specified by:
setTraceLoggerLevel in interface ILoggerService
setWarnLoggerLevel
public void setWarnLoggerLevel()
- Specified by:
setWarnLoggerLevel in interface ILoggerService
setWarnLoggerLevel
public void setWarnLoggerLevel(String classpath)
- Specified by:
setWarnLoggerLevel in interface ILoggerService
setOffLoggerLevel
public void setOffLoggerLevel()
- Specified by:
setOffLoggerLevel in interface ILoggerService
setOffLoggerLevel
public void setOffLoggerLevel(String classpath)
- Specified by:
setOffLoggerLevel in interface ILoggerService
getName
public String getName()
- Specified by:
getName in interface IService
setLoggerLevel
public void setLoggerLevel(String classpath,
String loggerLevel)
- Specified by:
setLoggerLevel in interface ILoggerService
Copyright © 2011. All Rights Reserved.