Package | Description |
---|---|
com.netscape.certsrv.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.
|