v2.0.0
LoggingKit now supports custom log providers. For that purpose the v2.0.0
is a breaking release.
Features
- Use a single
LogService
instance to process log messages - Create custom
LogProvider
s to process log messages different ways - Pre-define
OSLogProvider
which usesos_log
under the hood