Skip to content

v0.1.5

Compare
Choose a tag to compare
@mstmdev mstmdev released this 05 Sep 00:52
· 43 commits to main since this release

Fixed

  • Write a log without arguments and don't format it.

Enhancements

  • Add support golang 1.19.
  • Optimize console logger with bufio.Writer.
  • Remove the WithFormatter function in the baseLogger, the WithFormatter function must be implemented in the specific implementation of Logger.
  • Code refactoring, replace chan bool with chan struct{} type if only to receive notification and don't care about the received value.
  • Add some benchmark tests.
  • Update README.md, add more logger examples.