|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.File | +--rrdService.service.LogFile
The LogFile allows to display a trace of execution in a log file
Fields inherited from class java.io.File |
counter, fs, path, pathSeparator, pathSeparatorChar, prefixLength, separator, separatorChar, serialVersionUID, tmpdir, tmpFileLock |
Constructor Summary | |
LogFile()
Constructor of class LogFile |
Method Summary | |
private static java.lang.String |
getTime()
getLogFile return the name of the logFile |
static void |
print(java.lang.String msg)
print write a String in log file |
static void |
printError(java.lang.String error)
printError write a error in log file |
Methods inherited from class java.io.File |
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait |
Constructor Detail |
public LogFile() throws java.lang.Exception
Method Detail |
private static java.lang.String getTime()
public static void print(java.lang.String msg)
msg
- the message to displaypublic static void printError(java.lang.String error)
msg
- the message to display
|
Copyright 1885-2001 FIRMENICH SA, Geneva | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |