|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGisLogger
Gis logger interface
| Field Summary | |
|---|---|
static int |
LOG_DEBUG
|
static int |
LOG_ERROR
|
static int |
LOG_FATAL
|
static int |
LOG_INFO
|
static int |
LOG_TRACE
|
static int |
LOG_WARN
|
| Method Summary | |
|---|---|
void |
addLog(java.lang.Object o,
int level)
Add a new log message |
void |
initLog(java.lang.Class parentClass,
java.lang.Object propertiesNode)
Initialize the logger with specified properties file xml node |
void |
initLog(java.lang.Class parentClass,
java.lang.String propertiesPath)
Initialize the logger with specified properties file |
| Field Detail |
|---|
static final int LOG_TRACE
static final int LOG_DEBUG
static final int LOG_INFO
static final int LOG_WARN
static final int LOG_ERROR
static final int LOG_FATAL
| Method Detail |
|---|
void initLog(java.lang.Class parentClass,
java.lang.String propertiesPath)
parentClass - propertiesPath - Properties file path
void initLog(java.lang.Class parentClass,
java.lang.Object propertiesNode)
parentClass - propertiesNode - Properties xml node
void addLog(java.lang.Object o,
int level)
o - Messagelevel - Log level (ERROR, WARNING...)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||