Package com.ppm.logging
Interface FileLogger
-
- All Superinterfaces:
ConsoleLogger,LogOperations
- All Known Implementing Classes:
FileLoggerDelegate
public interface FileLogger extends LogOperations, ConsoleLogger
The Simple File Logger Interface.- Author:
- Pedro T. Oliveira
-
-
Field Summary
Fields Modifier and Type Field Description static StringFILE_LOGGER_PREFIX
-
-
-
Field Detail
-
FILE_LOGGER_PREFIX
static final String FILE_LOGGER_PREFIX
- See Also:
- Constant Field Values
-
-