|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.data.AppLoggerWrapper
com.sybase.uep.bobclient.data.OptionAppLoggerWrapper
public class OptionAppLoggerWrapper
To handle the case which log the information in the setting screen or no corresponding application
Field Summary | |
---|---|
static int |
_optionLoggerLevel
|
Fields inherited from class com.sybase.uep.bobclient.data.AppLoggerWrapper |
---|
_appID, _logConfig |
Constructor Summary | |
---|---|
OptionAppLoggerWrapper(java.lang.String appID)
|
Method Summary | |
---|---|
void |
debug(java.lang.String message)
Logs the message as debug information |
void |
error(java.lang.String message)
Logs the message as error information |
void |
fatal(java.lang.String message)
Logs the message as fatal information |
void |
info(java.lang.String message)
Logs the message as information |
boolean |
isDebug()
Checks if a message of the debug level would actually be logged by this logger wrapper. |
boolean |
isError()
Checks if a message of the error level would actually be logged by this logger wrapper. |
boolean |
isFatal()
Checks if a message of the fatal level would actually be logged by this logger wrapper. |
boolean |
isInfo()
Checks if a message of the info level would actually be logged by this logger wrapper. |
boolean |
isWarn()
Checks if a message of the warning level would actually be logged by this logger wrapper. |
protected void |
setLoggerLevel()
|
void |
warn(java.lang.String message)
Logs the message as warn information |
Methods inherited from class com.sybase.uep.bobclient.data.AppLoggerWrapper |
---|
eventOccurred, getAppID, getInstance, loadLogs, setAppID |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int _optionLoggerLevel
Constructor Detail |
---|
public OptionAppLoggerWrapper(java.lang.String appID)
Method Detail |
---|
public void debug(java.lang.String message)
AppLoggerWrapper
debug
in class AppLoggerWrapper
message
- The debug information will be loggedpublic void info(java.lang.String message)
AppLoggerWrapper
info
in class AppLoggerWrapper
message
- The information will be loggedpublic void warn(java.lang.String message)
AppLoggerWrapper
warn
in class AppLoggerWrapper
message
- The warn information will be loggedpublic void error(java.lang.String message)
AppLoggerWrapper
error
in class AppLoggerWrapper
message
- The error information will be loggedpublic void fatal(java.lang.String message)
AppLoggerWrapper
fatal
in class AppLoggerWrapper
message
- The fatal information will be loggedpublic boolean isDebug()
isDebug
in class AppLoggerWrapper
public boolean isInfo()
isInfo
in class AppLoggerWrapper
public boolean isWarn()
isWarn
in class AppLoggerWrapper
public boolean isError()
isError
in class AppLoggerWrapper
public boolean isFatal()
isFatal
in class AppLoggerWrapper
protected void setLoggerLevel()
setLoggerLevel
in class AppLoggerWrapper
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |