Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 862 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 862 Bytes

LW

What is this

lw is a package to enable selective logging. While it is not zero-cost, it should do a little better than setting the log.Writer to ioutil.Discard.

Todo Items

  • INFO, WARNING, ERROR, FATAL, CONSOLE
  • look at standard log formats
  • design to hookup easily to https://goaccess.io
  • consider an approach where message format can be specified (call location/line)