|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rsa.authagent.authapi.logger.AbstractLogger
public abstract class AbstractLogger
This is the base logger for both the event logger and debug logger.
| Field Summary | |
|---|---|
static java.lang.String |
LOG_DEBUG
Allows the logger to log messages of debug or higher level of severity. |
static java.lang.String |
LOG_ERROR
Allows the logger to log messages of error or higher level of severity. |
static java.lang.String |
LOG_FATAL
Allows the logger to log messages of fatal or higher level of severity. |
static java.lang.String |
LOG_INFO
Allows the logger to log messages of info or higher level of severity. |
static java.lang.String |
LOG_OFF
Turns off the logger. |
static java.lang.String |
LOG_WARN
Allows the logger to log messages of warning or higher level of severity. |
static int |
RSA_LOG_DEBUG
Allows the logger to log messages of debug or higher level of severity. |
static int |
RSA_LOG_ERROR
Allows the logger to log messages of error or higher level of severity. |
static int |
RSA_LOG_FATAL
Allows the logger to log messages of fatal or higher level of severity. |
static int |
RSA_LOG_INFO
Allows the logger to log messages of info or higher level of severity. |
static int |
RSA_LOG_OFF
Turns off the logger. |
static int |
RSA_LOG_WARN
Allows the logger to log messages of warning or higher level of severity. |
| Method Summary | |
|---|---|
static void |
addOutput(LoggerOutput output)
Adds a new output type to the logger. |
static void |
loadAgentProperties(AgentProperties agProps)
Reloads configuration parameters from the default properties, the specified properties file and the System properties. |
static void |
removeAllOutputs(org.apache.log4j.Logger theLogger)
Removes all the output types set previously. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int RSA_LOG_OFF
public static final int RSA_LOG_DEBUG
public static final int RSA_LOG_INFO
public static final int RSA_LOG_WARN
public static final int RSA_LOG_ERROR
public static final int RSA_LOG_FATAL
public static final java.lang.String LOG_OFF
public static final java.lang.String LOG_DEBUG
public static final java.lang.String LOG_INFO
public static final java.lang.String LOG_WARN
public static final java.lang.String LOG_ERROR
public static final java.lang.String LOG_FATAL
| Method Detail |
|---|
public static void loadAgentProperties(AgentProperties agProps)
pathProps - the path to the properties file.public static void addOutput(LoggerOutput output)
output - specifies the output type (Jave Console or file).ConsoleOutput,
FileOutputpublic static void removeAllOutputs(org.apache.log4j.Logger theLogger)
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||