public interface ILogger
| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIG |
static int |
FINE |
static int |
FINER |
static int |
FINEST |
static int |
INFO |
static int |
SEVERE |
static int |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
void |
log(java.lang.String className,
java.lang.String methodName,
java.lang.String message,
int logLevel)
This method logs a certain message to a log system
|
static final int SEVERE
static final int WARNING
static final int INFO
static final int CONFIG
static final int FINE
static final int FINER
static final int FINEST
void log(java.lang.String className,
java.lang.String methodName,
java.lang.String message,
int logLevel)
className - the name of the class that initiated the messagemethodName - the method that initiated the log messagemessage - the log messagelogLevel - the log levelCopyright (c) 2004. All Rights Reserved.