at.knowcenter.wag.egov.egiz.cfg
Class ConfigLogger
java.lang.Object
at.knowcenter.wag.egov.egiz.cfg.ConfigLogger
public class ConfigLogger
- extends Object
This logger class is the main logger class for the pdf-as project. It holds static logger
instances with could be configured the level with one method.
Method Summary |
static Logger |
getLogger(Class classRef)
This method activates a new log4j logger instance and store the instance in the local logger
store. |
static void |
setLevel(Level level)
This method is to set a new logger level for all stored config logger. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigLogger
public ConfigLogger()
getLogger
public static Logger getLogger(Class classRef)
- This method activates a new log4j logger instance and store the instance in the local logger
store.
- Parameters:
classRef
- the caller class to be set
- Returns:
- a log4j logger instance
- See Also:
Logger
setLevel
public static void setLevel(Level level)
- This method is to set a new logger level for all stored config logger.
- Parameters:
level
- the level to set
Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.