|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrina.rib.impl.Logger
public class Logger
Logger: log the information It uses log4j, the configuration file is /src/log4j.properties, the log file is rinaBU./log
| Constructor Summary | |
|---|---|
Logger()
Dummy Constructor |
|
| Method Summary | |
|---|---|
void |
debugLog(java.lang.Object stringToLog)
debug log |
void |
errorLog(java.lang.Object stringToLog)
error log |
void |
infoLog(java.lang.Object stringToLog)
general Logger |
void |
warnLog(java.lang.Object stringToLog)
warn log |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Logger()
| Method Detail |
|---|
public void infoLog(java.lang.Object stringToLog)
stringToLog - public void errorLog(java.lang.Object stringToLog)
stringToLog -
java.io.IOExceptionpublic void debugLog(java.lang.Object stringToLog)
stringToLog -
java.io.IOExceptionpublic void warnLog(java.lang.Object stringToLog)
stringToLog -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||