Skip to content

Logbook Instance + ClosureSink

Choose a tag to compare

@wieweb wieweb released this 22 Sep 06:54
· 4 commits to master since this release
8ea1540

Now you can create an own instance of Logbook without the need of using the class methods. This is recommend if Logbook is used in a framework or swift package.

Added a new closureSink. So you can easily process log messages in code without the need of writing a own LogSink.