@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface FileBasedErrorLoggerConfig extends GenericConfig
| Modifier and Type | Method and Description | 
|---|---|
| java.io.File | getLogFile()Retrieves the path to the log file to which new log messages will be
 written. | 
| LogWriter | getLogWriter()Returns the underlying writer for the server error logger, which can be
 used to log arbitrary messages back through the core server logging
 framework. | 
getConfigObjectDN, getConfigObjectName, getServerContextjava.io.File getLogFile()
LogWriter getLogWriter()
LogWriter instance.