|
xnsdoc 1.2.1 Java API |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
Listener interface for logging.
| Field Summary | |
static int |
DEBUG
listening level. |
static int |
ERROR
listening level. |
static int |
FATAL
listening level. |
static int |
INFO
listening level. |
static int |
WARN
listening level. |
| Method Summary | |
void |
debug(java.lang.String message)
Log a message with debug log level. |
void |
end()
Signals end of processing. |
void |
error(java.lang.String message)
Log a message with error log level. |
void |
fatal(java.lang.String message)
Log a message with fatal log level. |
int |
getLevel()
Returns the current verbosity level. |
void |
info(java.lang.String message)
Log a message with info log level. |
void |
setLevel(int level)
Sets the verbosity level. |
void |
start(int componentCount)
Signals start of processing. |
void |
warn(java.lang.String message)
Log a message with warn log level. |
void |
worked(java.lang.String componentDescription)
Signals start of processinga component. |
| Field Detail |
public static final int DEBUG
public static final int ERROR
public static final int FATAL
public static final int INFO
public static final int WARN
| Method Detail |
public void debug(java.lang.String message)
message - the message of the eventpublic void end()
public void error(java.lang.String message)
message - the message of the eventpublic void fatal(java.lang.String message)
message - the message of the eventpublic int getLevel()
public void info(java.lang.String message)
message - the message of the eventpublic void setLevel(int level)
level - the new verbosity levelpublic void start(int componentCount)
componentCount - total number components to processpublic void warn(java.lang.String message)
message - the message of the eventpublic void worked(java.lang.String componentDescription)
componentDescription - description of currently processed components
|
xnsdoc 1.2.1 Java API |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||