public class LoggingPanelLogFactory
extends org.apache.commons.logging.LogFactory
| Constructor and Description |
|---|
LoggingPanelLogFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAttribute(java.lang.String name) |
java.lang.String[] |
getAttributeNames() |
org.apache.commons.logging.Log |
getInstance(java.lang.Class clazz) |
org.apache.commons.logging.Log |
getInstance(java.lang.String name) |
LoggingPanel |
getLoggingPanel() |
int |
getLogLevel() |
void |
release() |
void |
removeAttribute(java.lang.String name) |
void |
setAttribute(java.lang.String name,
java.lang.Object value) |
void |
setLogLevel(int logLevel) |
public LoggingPanel getLoggingPanel()
public java.lang.Object getAttribute(java.lang.String name)
getAttribute in class org.apache.commons.logging.LogFactorypublic java.lang.String[] getAttributeNames()
getAttributeNames in class org.apache.commons.logging.LogFactorypublic org.apache.commons.logging.Log getInstance(java.lang.Class clazz)
throws org.apache.commons.logging.LogConfigurationException
getInstance in class org.apache.commons.logging.LogFactoryorg.apache.commons.logging.LogConfigurationExceptionpublic org.apache.commons.logging.Log getInstance(java.lang.String name)
throws org.apache.commons.logging.LogConfigurationException
getInstance in class org.apache.commons.logging.LogFactoryorg.apache.commons.logging.LogConfigurationExceptionpublic void release()
release in class org.apache.commons.logging.LogFactorypublic void removeAttribute(java.lang.String name)
removeAttribute in class org.apache.commons.logging.LogFactorypublic void setAttribute(java.lang.String name,
java.lang.Object value)
setAttribute in class org.apache.commons.logging.LogFactorypublic void setLogLevel(int logLevel)
public int getLogLevel()
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.