Skip to content

1414C/lw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)