Skip to content

June Release

Compare
Choose a tag to compare
@deepjyoti30 deepjyoti30 released this 19 Jun 07:41
· 15 commits to master since this 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 the disable param of OutputStream to disable.
  • Add a property streams to return a list of streams connected to current logger.
  • Other fixes