|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ELogException | |
---|---|
com.netscape.certsrv.logging | |
com.netscape.cms.logging |
Uses of ELogException in com.netscape.certsrv.logging |
---|
Subclasses of ELogException in com.netscape.certsrv.logging | |
---|---|
class |
ELogNotFound
Exception for log not found. |
class |
ELogPluginNotFound
Exception for log plugin not found. |
Methods in com.netscape.certsrv.logging that throw ELogException | |
---|---|
java.util.Vector |
ILogSubsystem.getLogDefaultParams(java.lang.String implName)
Get the default configuration parameter names associated with a plugin. |
java.util.Vector |
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 | |
---|---|
long |
RollingLogFile.expire(long expirationSeconds)
Remove any log files which have not been modified in the specified time |
void |
LogFile.init(java.lang.String fileName,
int bufferSize,
int flushInterval)
Initialize and open the log |
void |
LogFile.log(ILogEvent ev)
Write an event to the log file |
void |
RollingLogFile.log(ILogEvent ev)
Write an event to the log file |
protected void |
LogFile.log(java.lang.String entry)
Synchronized method to write a string to the log file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |