| java.lang.Object org.sakaiproject.log.impl.Log4jConfigurationManager
Log4jConfigurationManager | abstract public class Log4jConfigurationManager implements LogConfigurationManager(Code) | |
Log4jConfigurationManager lets us configure the log4j system with overrides from sakai.properties. Someday it might even have a service API for other fun things!
|
Inner Class :class SakaiAppender implements org.apache.log4j.Appender | |
Field Summary | |
protected boolean | m_enabled Configuration: enable special log handling or not. | protected Map | m_ignore Map by logger name of set of message string starts to ignore. |
m_enabled | protected boolean m_enabled(Code) | | Configuration: enable special log handling or not.
|
m_ignore | protected Map m_ignore(Code) | | Map by logger name of set of message string starts to ignore.
|
destroy | public void destroy()(Code) | | Final cleanup.
|
doSetLogLevel | protected boolean doSetLogLevel(String level, String loggerName)(Code) | | Set the log level
Parameters: level - The log level string - one of OFF | TRACE | DEBUG | INFO | WARN | ERROR | FATAL | ALL Parameters: loggerName - The logger name. |
init | public void init()(Code) | | Final initialization, once all dependencies are set.
|
securityService | abstract protected SecurityService securityService()(Code) | | the SecurityService collaborator. |
setEnabled | public void setEnabled(String value)(Code) | | Configuration: enable special log handling or not.
Parameters: value - the setting (true of false) for enabled. |
setIgnore | public void setIgnore(Map ignore)(Code) | | |
|
|