com.bowstreet.appserver.logmanager
Class LogObject

java.lang.Object
  extended by com.bowstreet.appserver.logmanager.LogObject

public abstract class LogObject
extends java.lang.Object

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

LOG_EVENT_ALL

public static final int LOG_EVENT_ALL
See Also:
Constant Field Values

LOG_EVENT_DB

public static final int LOG_EVENT_DB
Message originating from the database module

See Also:
Constant Field Values

LOG_EVENT_DIR_SERVICES

public static final int LOG_EVENT_DIR_SERVICES
Message originating from the directory services module

See Also:
Constant Field Values

LOG_EVENT_MODEL

public static final int LOG_EVENT_MODEL
Message originating from the model module

See Also:
Constant Field Values

LOG_EVENT_PROFILING

public static final int LOG_EVENT_PROFILING
Message originating from profiling(profile set manager and customizer)

See Also:
Constant Field Values

LOG_EVENT_SECURITY

public static final int LOG_EVENT_SECURITY
Message originating from the security module

See Also:
Constant Field Values

LOG_EVENT_SERVER

public static final int LOG_EVENT_SERVER
Message originating from the server module

See Also:
Constant Field Values

LOG_EVENT_SERVICE

public static final int LOG_EVENT_SERVICE
Message originating from a service

See Also:
Constant Field Values

LOG_EVENT_SERVLET

public static final int LOG_EVENT_SERVLET
Message originating from the servlet module

See Also:
Constant Field Values

LOG_NOTIFY_DATABASE

public static final int LOG_NOTIFY_DATABASE
Log message to a database (Not currently supported)

See Also:
Constant Field Values

LOG_NOTIFY_EMAIL

public static final int LOG_NOTIFY_EMAIL
Log message to an email

See Also:
Constant Field Values

LOG_NOTIFY_FAX

public static final int LOG_NOTIFY_FAX
Log message to a fax (Not currently supported)

See Also:
Constant Field Values

LOG_NOTIFY_FILE

public static final int LOG_NOTIFY_FILE
Log message to a notification file (Not currently supported)

See Also:
Constant Field Values

LOG_NOTIFY_HTML

public static final int LOG_NOTIFY_HTML
Log message to an html file (Not currently supported)

See Also:
Constant Field Values

LOG_NOTIFY_STANDARD

public static final int LOG_NOTIFY_STANDARD
Log message to the standard log file

See Also:
Constant Field Values

LOG_TYPE_DEBUG

public static final int LOG_TYPE_DEBUG
Debug level message

See Also:
Constant Field Values

LOG_TYPE_ERROR

public static final int LOG_TYPE_ERROR
Error level message

See Also:
Constant Field Values

LOG_TYPE_INFORMATION

public static final int LOG_TYPE_INFORMATION
Information level message

See Also:
Constant Field Values

LOG_TYPE_SEVERE

public static final int LOG_TYPE_SEVERE
Severe level message

See Also:
Constant Field Values

LOG_TYPE_WARNING

public static final int LOG_TYPE_WARNING
Warning level message

See Also:
Constant Field Values
Constructor Detail

LogObject

public LogObject()
Method Detail

getComponent

public static int getComponent(long FLAGS)
Returns a string representaion of the log event set in the input flag.

Parameters:
FLAGS - The message flags
Returns:
The string representaion of the log event.

getSeverity

public static int getSeverity(long FLAGS)
Returns a string representaion of the log type set in the input flag.

Parameters:
FLAGS - The message flags
Returns:
The string representaion of the log type.


Copyright © 2009 IBM. All Rights Reserved.