Class LogFactory
java.lang.Object
com.netscape.cms.logging.LogFactory
- All Implemented Interfaces:
ILogEventFactory
- Direct Known Subclasses:
AuditEventFactory,SignedAuditEventFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateLogger(LogCategory category, LogSource source) voidReleases an log event.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.netscape.certsrv.logging.ILogEventFactory
create
-
Constructor Details
-
LogFactory
public LogFactory()
-
-
Method Details
-
createLogger
-
release
Releases an log event.- Specified by:
releasein interfaceILogEventFactory- Parameters:
e- the log event
-