|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.rgw.tools.Log
public class Log
Field Summary | |
---|---|
static int |
DEBUGMSG
F�r Debugzwecke gedachte Meldungen |
static int |
ERRORS
Nichtfatale Fehler, Programm kann weiterlaufen |
static int |
FATALS
Fatale Fehler, Programmabbruch |
static int |
INFOS
Reine Informationen, kein Einfluss aufs Programm |
static int |
NOTHING
Experimentell |
static int |
SYNCMARK
Immer auszugebende Meldungen, automatisch mit einem Timestamp versehen |
static int |
TRACE
Immer auszugebende Meldungen, die aber keinem Fehler entsprechen |
static int |
WARNINGS
Warnung, Programm l�uft normal weiter, es k�nnten aber Probleme auftreten |
Constructor Summary | |
---|---|
Log()
|
Method Summary | |
---|---|
static Log |
get(java.lang.String name)
|
void |
log(java.util.logging.Level level,
java.lang.String message)
|
void |
log(java.lang.String message,
int level)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NOTHING
public static final int FATALS
public static final int ERRORS
public static final int WARNINGS
public static final int INFOS
public static final int DEBUGMSG
public static final int TRACE
public static final int SYNCMARK
Constructor Detail |
---|
public Log()
Method Detail |
---|
public static Log get(java.lang.String name)
public void log(java.lang.String message, int level)
public void log(java.util.logging.Level level, java.lang.String message)
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |