Package | Description |
---|---|
com.netscape.certsrv.logging | |
com.netscape.cms.logging |
Modifier and Type | Class and Description |
---|---|
class |
ELogNotFound
Exception for log not found.
|
class |
ELogPluginNotFound
Exception for log plugin not found.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<java.lang.String> |
ILogSubsystem.getLogDefaultParams(java.lang.String implName)
Get the default configuration parameter names associated with a
plugin.
|
java.util.Vector<java.lang.String> |
ILogSubsystem.getLogInstanceParams(java.lang.String insName)
Get the default configuration parameter names associated with a
log instance.
|
void |
ILogEventListener.log(ILogEvent event)
The event notification method: Logs event.
|
Modifier and Type | Method and Description |
---|---|
long |
RollingLogFile.expire(long expirationSeconds)
Remove any log files which have not been modified in the specified
time
|
void |
LogFile.init(java.lang.String fileName,
int bufferSize,
int flushInterval)
Initialize and open the log
|
void |
RollingLogFile.log(ILogEvent ev)
Write an event to the log file
|
void |
LogFile.log(ILogEvent ev)
Write an event to the log file
|
protected void |
LogFile.log(java.lang.String entry)
Synchronized method to write a string to the log file.
|