Package | Description |
---|---|
com.netscape.cms.logging |
Modifier and Type | Class and Description |
---|---|
class |
AuditEventFactory
A log event object for handling audit messages
|
class |
SignedAuditEventFactory
A log event object for handling system messages
|
class |
SystemEventFactory
A log event object for handling system messages
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.Hashtable<LogCategory,LogFactory> |
Logger.mFactories |
Modifier and Type | Method and Description |
---|---|
static void |
Logger.register(LogCategory evtClass,
LogFactory f)
Registers log factory.
|
Constructor and Description |
---|
Logger(LogFactory factory,
LogCategory category,
LogSource source) |
Logger(LogFactory factory,
LogCategory category,
LogSource source,
int level) |