Skip to content

pkg/rslog/v1.6.0

Latest
Compare
Choose a tag to compare
@marcosnav marcosnav released this 12 Dec 19:56
· 97 commits to main since this release
5b162f6

What's Changed

  • Log enabled debug logging regions. This was previously done in product by the legacy debug
    implementation. Important to note that intializing debug logging will set and use a default factory
    to DefaultLoggerFactory, consider setting rslog.DefaultLoggerFactory first before anything else
    when a custom factory is needed. #94

  • New functions rslog.Buffer and rslog.Flush have been added. They enable buffering functionality for
    default loggers whose factories use rslog.LoggerImpl as their implementation.

Full Changelog: pkg/rslog/v1.5.0...pkg/rslog/v1.6.0