Uses of Class
com.netscape.certsrv.logging.LogSource
-
Packages that use LogSource Package Description com.netscape.certsrv.logging com.netscape.cms.logging com.netscape.cms.servlet.base -
-
Uses of LogSource in com.netscape.certsrv.logging
Fields in com.netscape.certsrv.logging declared as LogSource Modifier and Type Field Description static LogSourceILogger. S_ACLSlog source: identify the log entry is from acl subsystemstatic LogSourceILogger. S_ADMINlog source: identify the log entry is from admin subsystemstatic LogSourceILogger. S_ALLlog source: used by servlet to retrieve all logsstatic LogSourceILogger. S_AUTHENTICATIONlog source: identify the log entry is from authentication subsystemstatic LogSourceILogger. S_AUTHORIZATIONlog source: identify the log entry is from authorization subsystemstatic LogSourceILogger. S_CAlog source: identify the log entry is from CAstatic LogSourceILogger. S_DBlog source: identify the log entry is from database subsystemstatic LogSourceILogger. S_HTTPlog source: identify the log entry is from http subsystemstatic LogSourceILogger. S_KRAlog source: identify the log entry is from KRAstatic LogSourceILogger. S_LDAPlog source: identify the log entry is from ldap subsystemstatic LogSourceILogger. S_OCSPstatic LogSourceILogger. S_OTHERlog source: identify the log entry is from other subsystem eg.static LogSourceILogger. S_RAlog source: identify the log entry is from RAstatic LogSourceILogger. S_REQQUEUElog source: identify the log entry is from request queue subsystemstatic LogSourceILogger. S_SIGNED_AUDITlog source: identify the log entry is from signed auditstatic LogSourceILogger. S_TKSlog source: identify the log entry is from CrossCertPair subsystemstatic LogSourceILogger. S_TPSstatic LogSourceILogger. S_USRGRPlog source: identify the log entry is from usergrp subsystemstatic LogSourceILogger. S_XCERTlog source: identify the log entry is from CrossCertPair subsystemMethods in com.netscape.certsrv.logging that return LogSource Modifier and Type Method Description LogSourceILogEvent. getSource()Retrieves log source.LogSourceLogEvent. getSource()Retrieves log source.static LogSourceLogSource. valueOf(int value)Returns the enum constant of this type with the specified name.static LogSourceLogSource. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogSource[]LogSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.netscape.certsrv.logging with parameters of type LogSource Modifier and Type Method Description ILogEventILogger. create(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object[] params, boolean multiline)voidILogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg)Logs an event to the log queue.voidILogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, boolean multiline)Logs an event to the log queue.voidILogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object param)Logs an event to the log queue.voidILogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object[] params)Logs an event to the log queue.voidILogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object param, boolean multiline)Logs an event to the log queue.voidILogger. log(LogCategory evtClass, LogSource source, java.lang.String msg)Logs an event to the log queue.voidILogger. log(LogCategory evtClass, LogSource source, java.lang.String msg, boolean multiline)Logs an event to the log queue.voidLogEvent. setSource(LogSource source)Sets log source. -
Uses of LogSource in com.netscape.cms.logging
Methods in com.netscape.cms.logging with parameters of type LogSource Modifier and Type Method Description ILogEventLogger. create(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object[] params, boolean multiline)Creates generic log event.LoggerLogFactory. createLogger(LogCategory category, LogSource source)static LoggerLogger. getLogger(LogCategory category, LogSource source)voidLogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg)Logs an event to the log queue.voidLogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, boolean multiline)Logs an event to the log queue.voidLogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object param)Logs an event to the log queue.voidLogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object[] params)Logs an event to the log queue.voidLogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object[] params, boolean multiline)Logs an event to the log queue.voidLogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object param, boolean multiline)Logs an event to the log queue.voidLogger. log(LogCategory evtClass, LogSource source, java.lang.String msg)Logs an event using default log level.voidLogger. log(LogCategory evtClass, LogSource source, java.lang.String msg, boolean multiline)Logs an event using default log level.voidSignedAuditLogger. log(LogCategory category, LogSource source, int level, java.lang.String message, java.lang.Object[] params, boolean multiline)java.util.Vector<LogEntry>LogFile. readEntry(int maxLine, int lowLevel, LogSource source, java.lang.String fName)Read all entries whose logLevel>=lowLevel && 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, java.lang.String message, java.lang.Object[] params, boolean multiline)Updates a log event.voidSignedAuditLogger. update(LogEvent event, LogSource source, int level, java.lang.String message, java.lang.Object[] params, boolean multiline)Constructors in com.netscape.cms.logging with parameters of type LogSource Constructor Description Logger(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 Modifier and Type Field Description protected LogSourceCMSServlet. mLogCategory
-