Uses of Enum Class
com.netscape.certsrv.logging.LogCategory
Packages that use LogCategory
-
Uses of LogCategory in com.netscape.certsrv.logging
Fields in com.netscape.certsrv.logging declared as LogCategoryModifier and TypeFieldDescriptionstatic final LogCategory
ILogger.EV_AUDIT
log class: audit event.static final LogCategory
ILogger.EV_SIGNED_AUDIT
log class: SignedAudit event.Methods in com.netscape.certsrv.logging that return LogCategoryModifier and TypeMethodDescriptionstatic LogCategory
Returns the enum constant of this class with the specified name.static LogCategory[]
LogCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.netscape.certsrv.logging with parameters of type LogCategoryModifier and TypeMethodDescriptionILogger.create
(LogCategory evtClass, LogSource source, int level, String msg, Object[] params, boolean multiline) void
ILogger.log
(LogCategory evtClass, LogSource source, int level, String msg) Logs an event to the log queue.void
ILogger.log
(LogCategory evtClass, LogSource source, int level, String msg, boolean multiline) Logs an event to the log queue.void
ILogger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object param) Logs an event to the log queue.void
ILogger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object[] params) Logs an event to the log queue.void
ILogger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object param, boolean multiline) Logs an event to the log queue.void
ILogger.log
(LogCategory evtClass, LogSource source, String msg) Logs an event to the log queue.void
ILogger.log
(LogCategory evtClass, LogSource source, String msg, boolean multiline) Logs an event to the log queue. -
Uses of LogCategory in com.netscape.cms.logging
Fields in com.netscape.cms.logging with type parameters of type LogCategoryModifier and TypeFieldDescriptionprotected static Hashtable
<LogCategory, LogEventFactory> Logger.mFactories
Methods in com.netscape.cms.logging with parameters of type LogCategoryModifier and TypeMethodDescriptionLogger.create
(LogCategory evtClass, LogSource source, int level, String msg, Object[] params, boolean multiline) Creates generic log event.LogEventFactory.createLogger
(LogCategory category, LogSource source) static Logger
Logger.getLogger
(LogCategory category, LogSource source) void
Logger.log
(LogCategory evtClass, LogSource source, int level, String msg) Logs an event to the log queue.void
Logger.log
(LogCategory evtClass, LogSource source, int level, String msg, boolean multiline) Logs an event to the log queue.void
Logger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object param) Logs an event to the log queue.void
Logger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object[] params) Logs an event to the log queue.void
Logger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object[] params, boolean multiline) Logs an event to the log queue.void
Logger.log
(LogCategory evtClass, LogSource source, int level, String msg, Object param, boolean multiline) Logs an event to the log queue.void
Logger.log
(LogCategory evtClass, LogSource source, String msg) Logs an event using default log level.void
Logger.log
(LogCategory evtClass, LogSource source, String msg, boolean multiline) Logs an event using default log level.void
SignedAuditLogger.log
(LogCategory category, LogSource source, int level, String message, Object[] params, boolean multiline) static void
Logger.register
(LogCategory evtClass, LogEventFactory f) Registers log factory.Constructors in com.netscape.cms.logging with parameters of type LogCategoryModifierConstructorDescriptionLogger
(LogEventFactory factory, LogCategory category, LogSource source) Logger
(LogEventFactory factory, LogCategory category, LogSource source, int level)