WebLogic Integration


com.bea.eci.logging
Class Log

java.lang.Object
  |
  +--com.bea.eci.logging.Log

public class Log
extends java.lang.Object

The Log class represents a log. It defines severity levels (INFO, WARNING, ERROR, and FATAL) for log messages.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Field Summary
static int ERROR
          User level error has occurred.
static int FATAL
          Fatal error has occurred.
static int INFO
          Informational message.
static int WARNING
          Warning message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FATAL

public static final int FATAL
Fatal error has occurred. The system is able to handle the error with no interruption and limited degradation in service.

ERROR

public static final int ERROR
User level error has occurred. The system is able to handle the error with no interruption and limited degradation in service.

WARNING

public static final int WARNING
Warning message. A suspicious operation or configuration has been detected that does not affect the normal operation of the server.

INFO

public static final int INFO
Informational message. Used for the logging of normal operations for later examination.

WebLogic Integration

WebLogic Integration (WLI)