Uses of Interface
com.netscape.certsrv.logging.ILogEvent
-
Packages that use ILogEvent Package Description com.netscape.certsrv.logging com.netscape.certsrv.logging.event com.netscape.cms.logging -
-
Uses of ILogEvent in com.netscape.certsrv.logging
Subinterfaces of ILogEvent in com.netscape.certsrv.logging Modifier and Type Interface Description interface
IBundleLogEvent
An interface which all loggable events must implement.Classes in com.netscape.certsrv.logging that implement ILogEvent Modifier and Type Class Description class
AuditEvent
The log event object that carries message detail of a log event that goes into the Transaction log.class
LogEvent
class
SignedAuditEvent
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 ILogEvent Modifier and Type Method Description ILogEvent
ILogEventFactory. create()
Creates a log event.ILogEvent
ILogger. create(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object[] params, boolean multiline)
Methods in com.netscape.certsrv.logging with parameters of type ILogEvent Modifier and Type Method Description void
ILogEventListener. log(ILogEvent event)
The event notification method: Logs event.void
ILogQueue. log(ILogEvent evt)
Dispatch the log event to all registered log event listeners.void
ILogEventFactory. release(ILogEvent event)
Releases previously created event. -
Uses of ILogEvent in com.netscape.certsrv.logging.event
-
Uses of ILogEvent in com.netscape.cms.logging
Methods in com.netscape.cms.logging that return ILogEvent Modifier and Type Method Description ILogEvent
AuditEventFactory. create()
Creates a log event.ILogEvent
Logger. create(int level, java.lang.String msg, java.lang.Object[] params, boolean multiline)
ILogEvent
Logger. create(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object[] params, boolean multiline)
Creates generic log event.ILogEvent
SignedAuditEventFactory. create()
Creates a log event.Methods in com.netscape.cms.logging with parameters of type ILogEvent Modifier and Type Method Description protected void
LogFile. doLog(ILogEvent event)
Synchronized method to write an event to the log file.void
LogFile. log(ILogEvent ev)
Write an event to the log filevoid
LogQueue. log(ILogEvent event)
Logs an event, and notifies logger to reuse the event.void
RollingLogFile. log(ILogEvent ev)
Write an event to the log filejava.lang.String
LogFile. logEvt2String(ILogEvent ev)
void
LogFactory. release(ILogEvent e)
Releases an log event.void
Logger. release(ILogEvent event)
Notifies logger to reuse the event.
-