|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Objectf_object
f_log
public final class f_log
f_log
| Field Summary | |
|---|---|
static Number |
DEBUG
Debug level. |
static Number |
ERROR
Error level. |
static Number |
FATAL
Fatal level. |
static Number |
INFO
Info level. |
static Number |
TRACE
Trace level. |
static Number |
WARN
War, level. |
| Method Summary | |
|---|---|
static f_log |
GetLog(String logName)
|
boolean |
f_debug(String message,
Error exception,
Window window)
|
boolean |
f_error(String message,
Error exception,
Window window)
|
boolean |
f_fatal(String message,
Error exception,
Window window)
|
boolean |
f_info(String message,
Error exception,
Window window)
|
boolean |
f_isDebugEnabled()
|
boolean |
f_isErrorEnabled()
|
boolean |
f_isFatalEnabled()
|
boolean |
f_isInfoEnabled()
|
boolean |
f_isTraceEnabled()
|
boolean |
f_isWarnEnabled()
|
boolean |
f_trace(String message,
Error exception,
Window window)
|
boolean |
f_warn(String message,
Error exception,
Window window)
|
| Methods inherited from class f_object |
|---|
f_getClass, toString |
| Methods inherited from class Object |
|---|
toString |
| Field Detail |
|---|
public static final Number ERROR
public static final Number FATAL
public static final Number INFO
public static final Number WARN
public static final Number DEBUG
public static final Number TRACE
| Method Detail |
|---|
public boolean f_fatal(String message,
Error exception,
Window window)
message - The message.exception - window - Window which was performed the log.
true if log has been processed.public boolean f_isTraceEnabled()
public boolean f_warn(String message,
Error exception,
Window window)
message - The message.exception - window - Window which was performed the log.
true if log has been processed.
public boolean f_debug(String message,
Error exception,
Window window)
message - The message.exception - window - Window which was performed the log.
true if log has been processed.public boolean f_isInfoEnabled()
public boolean f_isFatalEnabled()
public boolean f_info(String message,
Error exception,
Window window)
message - The message.exception - window - Window which was performed the log.
true if log has been processed.public boolean f_isWarnEnabled()
public static f_log GetLog(String logName)
logName - Name of the log.
public boolean f_error(String message,
Error exception,
Window window)
message - The message.exception - window - Window which was performed the log.
true if log has been processed.public boolean f_isDebugEnabled()
public boolean f_trace(String message,
Error exception,
Window window)
message - The message.exception - window - Window which was performed the log.
true if log has been processed.public boolean f_isErrorEnabled()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||