Package | Description |
---|---|
de.esprit.common.log |
All these classes contribute to a flexible logging system,
which is basically reuseable in any project.
|
Modifier and Type | Method and Description |
---|---|
LogPrinterFile |
LogChannel.getLogFilePrinter()
Returns a reference to the LogPrinterFile or
null if none has been opened yet
with openLogFile() . |
LogPrinterFile |
LogChannel.openLogFilePrinter(java.io.File logDir)
Same as openLogFile(File, boolean).
|
LogPrinterFile |
LogChannel.openLogFilePrinter(java.io.File logDir,
boolean toFileOnly)
Same as openLogFile(File, boolean, boolean).
|
LogPrinterFile |
LogChannel.openLogFilePrinter(java.io.File logDir,
boolean useLastLogfile,
boolean toFileOnly)
Requests the LogChannel to open a log file for logging all received messages into.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.