June Release
Changes in this release:
- Add method
remove_stream
to remove stream from the loggers streams. This will totally remove and destroy the stream. Use thedisable
param ofOutputStream
to disable. - Add a property
streams
to return a list of streams connected to current logger. - Other fixes