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 LogSource
ILogger. S_ACLS
log source: identify the log entry is from acl subsystemstatic LogSource
ILogger. S_ADMIN
log source: identify the log entry is from admin subsystemstatic LogSource
ILogger. S_ALL
log source: used by servlet to retrieve all logsstatic LogSource
ILogger. S_AUTHENTICATION
log source: identify the log entry is from authentication subsystemstatic LogSource
ILogger. S_AUTHORIZATION
log source: identify the log entry is from authorization subsystemstatic LogSource
ILogger. S_CA
log source: identify the log entry is from CAstatic LogSource
ILogger. S_DB
log source: identify the log entry is from database subsystemstatic LogSource
ILogger. S_HTTP
log source: identify the log entry is from http subsystemstatic LogSource
ILogger. S_KRA
log source: identify the log entry is from KRAstatic LogSource
ILogger. S_LDAP
log source: identify the log entry is from ldap subsystemstatic LogSource
ILogger. S_OCSP
static LogSource
ILogger. S_OTHER
log source: identify the log entry is from other subsystem eg.static LogSource
ILogger. S_RA
log source: identify the log entry is from RAstatic LogSource
ILogger. S_REQQUEUE
log source: identify the log entry is from request queue subsystemstatic LogSource
ILogger. S_SIGNED_AUDIT
log source: identify the log entry is from signed auditstatic LogSource
ILogger. S_TKS
log source: identify the log entry is from CrossCertPair subsystemstatic LogSource
ILogger. S_TPS
static LogSource
ILogger. S_USRGRP
log source: identify the log entry is from usergrp subsystemstatic LogSource
ILogger. S_XCERT
log source: identify the log entry is from CrossCertPair subsystemMethods in com.netscape.certsrv.logging that return LogSource Modifier and Type Method Description LogSource
ILogEvent. getSource()
Retrieves log source.LogSource
LogEvent. getSource()
Retrieves log source.static LogSource
LogSource. valueOf(int value)
Returns the enum constant of this type with the specified name.static LogSource
LogSource. 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 ILogEvent
ILogger. create(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object[] params, boolean multiline)
void
ILogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg)
Logs an event to the log queue.void
ILogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, boolean multiline)
Logs an event to the log queue.void
ILogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object param)
Logs an event to the log queue.void
ILogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object[] params)
Logs an event to the log queue.void
ILogger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object param, boolean multiline)
Logs an event to the log queue.void
ILogger. log(LogCategory evtClass, LogSource source, java.lang.String msg)
Logs an event to the log queue.void
ILogger. log(LogCategory evtClass, LogSource source, java.lang.String msg, boolean multiline)
Logs an event to the log queue.void
LogEvent. 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 ILogEvent
Logger. create(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object[] params, boolean multiline)
Creates generic log event.Logger
LogFactory. createLogger(LogCategory category, LogSource source)
static Logger
Logger. getLogger(LogCategory category, LogSource source)
void
Logger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg)
Logs an event to the log queue.void
Logger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, boolean multiline)
Logs an event to the log queue.void
Logger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object param)
Logs an event to the log queue.void
Logger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object[] params)
Logs an event to the log queue.void
Logger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object[] params, boolean multiline)
Logs an event to the log queue.void
Logger. log(LogCategory evtClass, LogSource source, int level, java.lang.String msg, java.lang.Object param, boolean multiline)
Logs an event to the log queue.void
Logger. log(LogCategory evtClass, LogSource source, java.lang.String msg)
Logs an event using default log level.void
Logger. log(LogCategory evtClass, LogSource source, java.lang.String msg, boolean multiline)
Logs an event using default log level.void
SignedAuditLogger. 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 and log source = source to at most maxLine entries(from end) If the parameter is -1, it's ignored and return all entriesvoid
Logger. update(LogEvent event, LogSource source, int level, java.lang.String message, java.lang.Object[] params, boolean multiline)
Updates a log event.void
SignedAuditLogger. 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 LogSource
CMSServlet. mLogCategory
-