|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bowstreet.appserver.logmanager.LogObject
public abstract class LogObject
This class is deprecated. Please use LogEvent.
Field Summary | |
---|---|
static int |
LOG_EVENT_ALL
|
static int |
LOG_EVENT_DB
Message originating from the database module |
static int |
LOG_EVENT_DIR_SERVICES
Message originating from the directory services module |
static int |
LOG_EVENT_MODEL
Message originating from the model module |
static int |
LOG_EVENT_PROFILING
Message originating from profiling(profile set manager and customizer) |
static int |
LOG_EVENT_SECURITY
Message originating from the security module |
static int |
LOG_EVENT_SERVER
Message originating from the server module |
static int |
LOG_EVENT_SERVICE
Message originating from a service |
static int |
LOG_EVENT_SERVLET
Message originating from the servlet module |
static int |
LOG_NOTIFY_DATABASE
Log message to a database (Not currently supported) |
static int |
LOG_NOTIFY_EMAIL
Log message to an email |
static int |
LOG_NOTIFY_FAX
Log message to a fax (Not currently supported) |
static int |
LOG_NOTIFY_FILE
Log message to a notification file (Not currently supported) |
static int |
LOG_NOTIFY_HTML
Log message to an html file (Not currently supported) |
static int |
LOG_NOTIFY_STANDARD
Log message to the standard log file |
static int |
LOG_TYPE_DEBUG
Debug level message |
static int |
LOG_TYPE_ERROR
Error level message |
static int |
LOG_TYPE_INFORMATION
Information level message |
static int |
LOG_TYPE_SEVERE
Severe level message |
static int |
LOG_TYPE_WARNING
Warning level message |
Constructor Summary | |
---|---|
LogObject()
|
Method Summary | |
---|---|
static int |
getComponent(long FLAGS)
Returns a string representaion of the log event set in the input flag. |
static int |
getSeverity(long FLAGS)
Returns a string representaion of the log type set in the input flag. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LOG_EVENT_ALL
public static final int LOG_EVENT_DB
public static final int LOG_EVENT_DIR_SERVICES
public static final int LOG_EVENT_MODEL
public static final int LOG_EVENT_PROFILING
public static final int LOG_EVENT_SECURITY
public static final int LOG_EVENT_SERVER
public static final int LOG_EVENT_SERVICE
public static final int LOG_EVENT_SERVLET
public static final int LOG_NOTIFY_DATABASE
public static final int LOG_NOTIFY_EMAIL
public static final int LOG_NOTIFY_FAX
public static final int LOG_NOTIFY_FILE
public static final int LOG_NOTIFY_HTML
public static final int LOG_NOTIFY_STANDARD
public static final int LOG_TYPE_DEBUG
public static final int LOG_TYPE_ERROR
public static final int LOG_TYPE_INFORMATION
public static final int LOG_TYPE_SEVERE
public static final int LOG_TYPE_WARNING
Constructor Detail |
---|
public LogObject()
Method Detail |
---|
public static int getComponent(long FLAGS)
FLAGS
- The message flags
public static int getSeverity(long FLAGS)
FLAGS
- The message flags
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |