es.udc.mypersonalizer.kernel.log |
|
Java Source File Name | Type | Comment |
ConsoleLog.java | Class | This class displays log messages and/or throwable stack traces on the
console. |
Log.java | Interface | This class defines the interface of logs (files, console ...). |
LogFilenameFilter.java | Class | This class allows filtering the log files in a directory that were
constructed according to a naming convention. |
LogManager.java | Class | This class provides logs. |
LogNamingConventions.java | Class | This class provides log naming conventions used in the "MyPersonalizer"
framework. |
PlainTextLog.java | Class | This class writes log messages and/or throwable stack traces on a file.
Please see constructors for possible configurations.
WARNING: If no backups are allowed there will be just one log file that
will be deleted each time that the maximum log size is reached. |