com.bankframe.services.logger.bankframelog
Class BankFrameLogAdapter

java.lang.Object
  extended bycom.bankframe.services.logger.bankframelog.BankFrameLogAdapter
Direct Known Subclasses:
BankFrameLog

public class BankFrameLogAdapter
extends java.lang.Object

This class provides a means for com.bankframe.services.log.BankFrameLog calls to be redirected to the logger framework. This class should not be called directly. Do not call this class directly


Field Summary
static java.lang.String BANKFRAME_SUBSYSTEM
           
static int DEBUG
           
static int ERROR
           
static int FATAL
           
static int INFO
           
static int WARN
           
 
Constructor Summary
BankFrameLogAdapter()
           
 
Method Summary
static void log(int priority, java.lang.String subsystem, java.lang.String msg)
           
static void log(int priority, java.lang.String subsystem, java.lang.Throwable t)
           
static void log(java.lang.String msg)
          Log a message to the default subsystem with a DEBUG log level
static void log(java.lang.Throwable t)
          Log an exception to the default subsystem with a DEBUG log level
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BANKFRAME_SUBSYSTEM

public static final java.lang.String BANKFRAME_SUBSYSTEM
See Also:
Constant Field Values

DEBUG

public static final int DEBUG
See Also:
Constant Field Values

INFO

public static final int INFO
See Also:
Constant Field Values

WARN

public static final int WARN
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

FATAL

public static final int FATAL
See Also:
Constant Field Values
Constructor Detail

BankFrameLogAdapter

public BankFrameLogAdapter()
Method Detail

log

public static void log(int priority,
                       java.lang.String subsystem,
                       java.lang.String msg)

log

public static void log(int priority,
                       java.lang.String subsystem,
                       java.lang.Throwable t)

log

public static void log(java.lang.String msg)
Log a message to the default subsystem with a DEBUG log level


log

public static void log(java.lang.Throwable t)
Log an exception to the default subsystem with a DEBUG log level



Copyright © 2004 Siebel Systems, Inc. All rights reserved.