com.bankframe.services.logger.bankframelog
Class BankFrameLogAdapter
java.lang.Object
com.bankframe.services.logger.bankframelog.BankFrameLogAdapter
- Direct Known Subclasses:
- BankFrameLog
public class BankFrameLogAdapter
- extends 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
Method Summary |
static void |
log(int priority,
String subsystem,
String msg)
|
static void |
log(int priority,
String subsystem,
Throwable t)
|
static void |
log(String msg)
Log a message to the default subsystem with a DEBUG log level |
static void |
log(Throwable t)
Log an exception to the default subsystem with a DEBUG log level |
BANKFRAME_SUBSYSTEM
public static final 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
BankFrameLogAdapter
public BankFrameLogAdapter()
log
public static void log(int priority,
String subsystem,
String msg)
log
public static void log(int priority,
String subsystem,
Throwable t)
log
public static void log(String msg)
- Log a message to the default subsystem with a DEBUG log level
- Parameters:
msg
- String The message to be logged.
log
public static void log(Throwable t)
- Log an exception to the default subsystem with a DEBUG log level
- Parameters:
t
- Throwable
Copyright © 2005, 2007, Oracle. All rights reserved.