|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.contentmanagement.util.logging.LoggingConfigurator
public class LoggingConfigurator
The Class LoggingConfigurator.
| Nested Class Summary | |
|---|---|
static class |
LoggingConfigurator.Category
The Enum Category. |
| Method Summary | |
|---|---|
void |
createAppender(LoggingConfigurator.Category category,
java.io.File basedir)
Creates the appender. |
static LoggingConfigurator |
getConfigurator(java.lang.String contextID)
Gets the value of field configurator. |
static org.apache.log4j.Logger |
getLogger(java.lang.Class<?> clazz)
Gets the value of field logger. |
org.apache.log4j.Logger |
getTaskLogger(java.lang.Class<?> clazz)
Gets the value of field taskLogger. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static LoggingConfigurator getConfigurator(java.lang.String contextID)
contextID - the task id
public static org.apache.log4j.Logger getLogger(java.lang.Class<?> clazz)
clazz - the clazz
public org.apache.log4j.Logger getTaskLogger(java.lang.Class<?> clazz)
clazz - the clazz
public void createAppender(LoggingConfigurator.Category category,
java.io.File basedir)
throws java.io.IOException
category - the categorybasedir - the basedir
java.io.IOException - Signals that an I/O exception has occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||