Skip to content

Releases: no-src/log

v0.0.7

10 Dec 07:12
Compare
Choose a tag to compare

Fixed

  • Fix write file return ErrShortWrite error in the concurrent scene.

v0.0.6

29 Nov 16:14
Compare
Choose a tag to compare

Enhancements

  • Modify the NewFileLogger and NewFileLoggerWithAutoFlush return error when it init failed.
  • Add support io.Writer in the log.Writer interface.

v0.0.5

08 Oct 03:46
Compare
Choose a tag to compare

Fixed

  • Fix log file directory permission denied on linux, change directory permission to 0766.

v0.0.4

30 Sep 05:38
Compare
Choose a tag to compare

Enhancements

  • Add NewFileLoggerWithAutoFlush func to support fileLogger auto flush with interval.
  • Writer.Log auto append row terminator like \n.
  • Add VERSION file record version.

v0.0.3

24 Sep 19:49
Compare
Choose a tag to compare

Enhancements

  • Modify error log template, error info is in the end.
  • Code refactoring, let the logger implement can redefine the baseLogger's actions.

v0.0.2

14 Sep 18:09
Compare
Choose a tag to compare

Fixed

  • The log level is invalid, all log will output in effect.
  • When the program exited, the file log was not write finished.

v0.0.1

13 Sep 15:18
3dedb70
Compare
Choose a tag to compare

Implement empty,console,file,multi loggers.