Version 1.3.0 has been released. Several larger-than-minor but not-quite-major updates:
- Added LogMeta, which holds the
timestamp and severity as class. The class can be extended with more information, as demonstrated in
ThreadLogMeta
- Added LogMetaProvider to create
the new LogMeta objects. This class allows another way to manipulate data such as the timestamp and Severity
of each log message.
- Added new classes:
|