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 classELogNotFoundException for log not found.classELogPluginNotFoundException 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.voidILogEventListener. 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 voidLogFile. doLog(ILogEvent event)Synchronized method to write an event to the log file.longRollingLogFile. expire(long expirationSeconds)Remove any log files which have not been modified in the specified timevoidLogFile. filter(SignedAuditEvent ev)voidLogFile. init(java.lang.String fileName, int bufferSize, int flushInterval)Initialize and open the logvoidLogFile. log(ILogEvent ev)Write an event to the log filevoidRollingLogFile. 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)
-