|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.rico.engine.util.Log
public class Log
Class that returns a logger object by the means of the singleton pattern. The returned logger is an instance of the Java Logger class.
Method Summary | |
---|---|
static java.util.logging.Logger |
getLogger()
Returns a Java Logger logging object. |
static void |
setLogFile(java.lang.String logFilePath)
Specifies to which file the log entries ought to be written. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.logging.Logger getLogger()
public static void setLogFile(java.lang.String logFilePath)
logFilePath
- path to log file
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |