Logbook Instance + ClosureSink
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.