Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 391 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 391 Bytes

Go level and rotate log

level

  • built-in 8 levels
  • change level name
  • add custom level

error

  • logging when an error occurs

rotate

  • by time
  • by file size
  • by file count
  • daily

redirect

  • stdout
  • stderr
I hate writing documentation but RTFSC.
I hate writing test cases but I have tested it. I did my best.