|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.tivoli.remoteaccess.log.LoggingAdapter
com.ibm.di.fc.remotecmdlnfc.TDIRXALogAdapter
public class TDIRXALogAdapter
This class encapsulates the RXA internal logger
| Field Summary | |
|---|---|
static String |
DEBUG_MAX
String for maximum level of debugging |
static String |
DEBUG_MID
String for middle level of debugging |
static String |
DEBUG_MIN
String for minimum level of debugging |
static String |
ERROR
String for error |
static String |
INFO
String for info |
boolean |
logEnabled
Specifies if log is enabled |
static String |
WARN
String for warn |
| Constructor Summary | |
|---|---|
TDIRXALogAdapter(Log log)
|
|
| Method Summary | |
|---|---|
void |
exception(com.ibm.tivoli.remoteaccess.log.Level level,
Object loggingClass,
String loggingMethod,
Throwable throwable,
String text)
|
Log |
getLog()
|
boolean |
isLogEnabled()
|
boolean |
isLoggable(com.ibm.tivoli.remoteaccess.log.Level level)
|
void |
setLog(Log log)
|
void |
setLogEnabled(boolean logEnabled)
|
void |
setLogEnabled(String logEnabled)
|
void |
text(com.ibm.tivoli.remoteaccess.log.Level level,
Object loggingClass,
String loggingMethod,
String text,
Object[] inserts)
|
| Methods inherited from class com.ibm.tivoli.remoteaccess.log.LoggingAdapter |
|---|
entry, entry, entry, entry, exception, exit, exit, exit, exit, exit, text, text, text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEBUG_MAX
public static final String DEBUG_MID
public static final String DEBUG_MIN
public static final String INFO
public static final String WARN
public static final String ERROR
public boolean logEnabled
| Constructor Detail |
|---|
public TDIRXALogAdapter(Log log)
log - Reference to TDI Logger.| Method Detail |
|---|
public void text(com.ibm.tivoli.remoteaccess.log.Level level,
Object loggingClass,
String loggingMethod,
String text,
Object[] inserts)
text in interface com.ibm.tivoli.remoteaccess.log.Loggertext in class com.ibm.tivoli.remoteaccess.log.LoggingAdapterLogger.text(com.ibm.tivoli.remoteaccess.log.Level,
java.lang.Object, java.lang.String, java.lang.String,
java.lang.Object[])
public void exception(com.ibm.tivoli.remoteaccess.log.Level level,
Object loggingClass,
String loggingMethod,
Throwable throwable,
String text)
exception in interface com.ibm.tivoli.remoteaccess.log.Loggerexception in class com.ibm.tivoli.remoteaccess.log.LoggingAdapterLogger.exception(com.ibm.tivoli.remoteaccess.log.Level,
java.lang.Object, java.lang.String, java.lang.Throwable,
java.lang.String)public Log getLog()
public void setLog(Log log)
log - The log to set.public boolean isLoggable(com.ibm.tivoli.remoteaccess.log.Level level)
Logger.isLoggable(com.ibm.tivoli.remoteaccess.log.Level)public boolean isLogEnabled()
public void setLogEnabled(boolean logEnabled)
logEnabled - The logEnabled to set.public void setLogEnabled(String logEnabled)
logEnabled - The logEnabled to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||