Uses of Interface
com.netscape.certsrv.logging.ILogEvent
Packages that use ILogEvent
Package
Description
-
Uses of ILogEvent in com.netscape.certsrv.logging
Subinterfaces of ILogEvent in com.netscape.certsrv.loggingModifier and TypeInterfaceDescriptioninterface
An interface which all loggable events must implement.Classes in com.netscape.certsrv.logging that implement ILogEventModifier and TypeClassDescriptionclass
The log event object that carries message detail of a log event that goes into the Transaction log.class
class
The log event object that carries message detail of a log event that goes into the Signed Audit Event log.Methods in com.netscape.certsrv.logging that return ILogEventModifier and TypeMethodDescriptionILogEventFactory.create()
Creates a log event.ILogger.create
(LogCategory evtClass, LogSource source, int level, String msg, Object[] params, boolean multiline) Methods in com.netscape.certsrv.logging with parameters of type ILogEventModifier and TypeMethodDescriptionvoid
The event notification method: Logs event.void
Dispatch the log event to all registered log event listeners.void
Releases previously created event. -
Uses of ILogEvent in com.netscape.certsrv.logging.event
Classes in com.netscape.certsrv.logging.event that implement ILogEventModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ILogEvent in com.netscape.cms.logging
Methods in com.netscape.cms.logging that return ILogEventModifier and TypeMethodDescriptionAuditEventFactory.create()
Creates a log event.Logger.create
(LogCategory evtClass, LogSource source, int level, String msg, Object[] params, boolean multiline) Creates generic log event.SignedAuditEventFactory.create()
Creates a log event.Methods in com.netscape.cms.logging with parameters of type ILogEventModifier and TypeMethodDescriptionprotected void
Synchronized method to write an event to the log file.void
Write an event to the log filevoid
Logs an event, and notifies logger to reuse the event.void
Write an event to the log fileLogFile.logEvt2String
(ILogEvent ev) void
Releases an log event.void
Notifies logger to reuse the event.