public abstract class AbstractResinConfig extends java.lang.Object implements EnvironmentBean
Constructor and Description |
---|
AbstractResinConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addLog(LogConfig log)
Overrides standard
|
void |
addLogger(LoggerConfig logger)
Overrides standard
|
void |
addLogHandler(LogHandlerConfig logHandler)
Overrides standard
|
void |
addStdoutLog(StdoutLog log)
Overrides standard
|
LogConfig |
createLog() |
LoggerConfig |
createLogger() |
LogHandlerConfig |
createLogHandler()
Overrides standard
|
StdoutLog |
createStdoutLog() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassLoader
@Configurable public LoggerConfig createLogger()
@Configurable public void addLogger(LoggerConfig logger)
@Configurable public LogConfig createLog()
@Configurable public void addLog(LogConfig log) throws java.io.IOException
java.io.IOException
@Configurable public LogHandlerConfig createLogHandler()
@Configurable public void addLogHandler(LogHandlerConfig logHandler)
@Configurable public StdoutLog createStdoutLog()
@Configurable public void addStdoutLog(StdoutLog log) throws java.io.IOException
java.io.IOException