Package com.netscape.certsrv.logging

Interface Summary
IBundleLogEvent An interface which all loggable events must implement.
ILogEvent An interface which all loggable events must implement.
ILogEventFactory An interface represents a log event factory.
ILogEventListener An interface reprensents a log event listener.
ILogger An interface represents a logger for certificate server.
ILogQueue An interface represents a log queue.
ILogSubsystem An interface that represents a logging component.
 

Class Summary
AuditEvent The log event object that carries message detail of a log event that goes into the Transaction log.
AuditFormat Define audit log message format.
ConsoleError A static class to log error messages to the Console
ConsoleLog A log event listener which sends all log events to the system console/tty
LogPlugin This class represents a registered logger plugin.
LogResources This is the fallback resource bundle for all log events.
SignedAuditEvent The log event object that carries message detail of a log event that goes into the Signed Audit Event log.
SystemEvent The log event object that carries a log message.
 

Exception Summary
ELogException This class implements a Log exception.
ELogNotFound Exception for log not found.
ELogPluginNotFound Exception for log plugin not found.