|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.geeboss.log.LoggerImpl
public class LoggerImpl
This class writes warning messages into a file
| Constructor Summary | |
|---|---|
LoggerImpl()
Creates a new instance of WiSimLogger |
|
| Method Summary | |
|---|---|
void |
info(java.lang.String msg,
java.lang.Throwable t)
Log an info message |
void |
log(java.lang.String msg)
Log warning with no exception |
void |
log(java.lang.String msg,
java.lang.Throwable t)
Log warning with a message |
void |
logCritical(java.lang.String msg,
java.lang.Throwable t)
Log critical errors that cause Geeboss to crash in a seperate, unique file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggerImpl()
| Method Detail |
|---|
public void info(java.lang.String msg,
java.lang.Throwable t)
msg - The method where the info did occurt - The Exceptionpublic void log(java.lang.String msg)
msg - The message
public void log(java.lang.String msg,
java.lang.Throwable t)
msg - The method where the warning did occurt - The Exception
public void logCritical(java.lang.String msg,
java.lang.Throwable t)
msg - The message to logt - The Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||