Uses of Class
com.netscape.certsrv.logging.ELogException
-
Packages that use ELogException Package Description com.netscape.certsrv.logging com.netscape.cms.logging com.netscape.cmscore.logging -
-
Uses of ELogException in com.netscape.certsrv.logging
Subclasses of ELogException in com.netscape.certsrv.logging Modifier and Type Class Description class
ELogNotFound
Exception for log not found.class
ELogPluginNotFound
Exception for log plugin not found.Methods in com.netscape.certsrv.logging that throw ELogException Modifier and Type Method 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. -
Uses of ELogException in com.netscape.cms.logging
Methods in com.netscape.cms.logging that throw ELogException Modifier and Type Method Description protected void
LogFile. doLog(ILogEvent event)
Synchronized method to write an event to the log file.long
RollingLogFile. expire(long expirationSeconds)
Remove any log files which have not been modified in the specified timevoid
LogFile. filter(SignedAuditEvent ev)
void
LogFile. init(java.lang.String fileName, int bufferSize, int flushInterval)
Initialize and open the logvoid
LogFile. log(ILogEvent ev)
Write an event to the log filevoid
RollingLogFile. log(ILogEvent ev)
Write an event to the log file -
Uses of ELogException in com.netscape.cmscore.logging
Methods in com.netscape.cmscore.logging that throw ELogException Modifier and Type Method Description java.util.Vector<java.lang.String>
LogSubsystem. getLogDefaultParams(java.lang.String implName)
java.util.Vector<java.lang.String>
LogSubsystem. getLogInstanceParams(java.lang.String insName)
-