Uses of Enum Class
com.netscape.certsrv.logging.LogSource
Packages that use LogSource
Package
Description
-
Uses of LogSource in com.netscape.certsrv.logging
Subclasses with type arguments of type LogSource in com.netscape.certsrv.loggingFields in com.netscape.certsrv.logging declared as LogSourceModifier and TypeFieldDescriptionstatic final LogSourceILogger.S_ACLSlog source: identify the log entry is from acl subsystemstatic final LogSourceILogger.S_ADMINlog source: identify the log entry is from admin subsystemstatic final LogSourceILogger.S_ALLlog source: used by servlet to retrieve all logsstatic final LogSourceILogger.S_AUTHENTICATIONlog source: identify the log entry is from authentication subsystemstatic final LogSourceILogger.S_AUTHORIZATIONlog source: identify the log entry is from authorization subsystemstatic final LogSourceILogger.S_CAlog source: identify the log entry is from CAstatic final LogSourceILogger.S_DBlog source: identify the log entry is from database subsystemstatic final LogSourceILogger.S_HTTPlog source: identify the log entry is from http subsystemstatic final LogSourceILogger.S_KRAlog source: identify the log entry is from KRAstatic final LogSourceILogger.S_LDAPlog source: identify the log entry is from ldap subsystemstatic final LogSourceILogger.S_OCSPstatic final LogSourceILogger.S_OTHERlog source: identify the log entry is from other subsystem eg.static final LogSourceILogger.S_RAlog source: identify the log entry is from RAstatic final LogSourceILogger.S_REQQUEUElog source: identify the log entry is from request queue subsystemstatic final LogSourceILogger.S_SIGNED_AUDITlog source: identify the log entry is from signed auditstatic final LogSourceILogger.S_TKSlog source: identify the log entry is from CrossCertPair subsystemstatic final LogSourceILogger.S_TPSstatic final LogSourceILogger.S_USRGRPlog source: identify the log entry is from usergrp subsystemstatic final LogSourceILogger.S_XCERTlog source: identify the log entry is from CrossCertPair subsystemMethods in com.netscape.certsrv.logging that return LogSourceModifier and TypeMethodDescriptionILogEvent.getSource()Retrieves log source.LogEvent.getSource()Retrieves log source.static LogSourceLogSource.valueOf(int value) Returns the enum constant of this class with the specified name.static LogSourceReturns the enum constant of this class with the specified name.static LogSource[]LogSource.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 LogSourceModifier and TypeMethodDescriptionILogger.create(LogCategory evtClass, LogSource source, int level, String msg, Object[] params, boolean multiline) voidILogger.log(LogCategory evtClass, LogSource source, int level, String msg) Logs an event to the log queue.voidILogger.log(LogCategory evtClass, LogSource source, int level, String msg, boolean multiline) Logs an event to the log queue.voidILogger.log(LogCategory evtClass, LogSource source, int level, String msg, Object param) Logs an event to the log queue.voidILogger.log(LogCategory evtClass, LogSource source, int level, String msg, Object[] params) Logs an event to the log queue.voidILogger.log(LogCategory evtClass, LogSource source, int level, String msg, Object param, boolean multiline) Logs an event to the log queue.voidILogger.log(LogCategory evtClass, LogSource source, String msg) Logs an event to the log queue.voidILogger.log(LogCategory evtClass, LogSource source, String msg, boolean multiline) Logs an event to the log queue.voidSets log source. -
Uses of LogSource in com.netscape.cms.logging
Methods in com.netscape.cms.logging with parameters of type LogSourceModifier and TypeMethodDescriptionLogger.create(LogCategory evtClass, LogSource source, int level, String msg, Object[] params, boolean multiline) Creates generic log event.LogFactory.createLogger(LogCategory category, LogSource source) static LoggerLogger.getLogger(LogCategory category, LogSource source) voidLogger.log(LogCategory evtClass, LogSource source, int level, String msg) Logs an event to the log queue.voidLogger.log(LogCategory evtClass, LogSource source, int level, String msg, boolean multiline) Logs an event to the log queue.voidLogger.log(LogCategory evtClass, LogSource source, int level, String msg, Object param) Logs an event to the log queue.voidLogger.log(LogCategory evtClass, LogSource source, int level, String msg, Object[] params) Logs an event to the log queue.voidLogger.log(LogCategory evtClass, LogSource source, int level, String msg, Object[] params, boolean multiline) Logs an event to the log queue.voidLogger.log(LogCategory evtClass, LogSource source, int level, String msg, Object param, boolean multiline) Logs an event to the log queue.voidLogger.log(LogCategory evtClass, LogSource source, String msg) Logs an event using default log level.voidLogger.log(LogCategory evtClass, LogSource source, String msg, boolean multiline) Logs an event using default log level.voidSignedAuditLogger.log(LogCategory category, LogSource source, int level, String message, Object[] params, boolean multiline) Read all entries whose logLevel >= lowLevel and log source = source to at most maxLine entries(from end) If the parameter is -1, it's ignored and return all entriesvoidLogger.update(LogEvent event, LogSource source, int level, String message, Object[] params, boolean multiline) Updates a log event.voidSignedAuditLogger.update(LogEvent event, LogSource source, int level, String message, Object[] params, boolean multiline) Constructors in com.netscape.cms.logging with parameters of type LogSourceModifierConstructorDescriptionLogger(LogFactory factory, LogCategory category, LogSource source) Logger(LogFactory factory, LogCategory category, LogSource source, int level) -
Uses of LogSource in com.netscape.cms.servlet.base
Fields in com.netscape.cms.servlet.base declared as LogSource