| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface FileBasedAccessLoggerConfig
This interface defines a set of methods that may be used to obtain information about the general configuration for a file-based access logger.
| Method Summary | |
|---|---|
 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 access log, which can be used to log arbitrary messages back through the core server logging framework.  | 
| Methods inherited from interface com.unboundid.directory.sdk.common.config.GenericConfig | 
|---|
getConfigObjectDN, getConfigObjectName, getServerContext | 
| Method Detail | 
|---|
java.io.File getLogFile()
LogWriter getLogWriter()
LogWriter instance.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||