Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 356 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 356 Bytes

LLOG

Installation

go get github.com/awsmsrc/llog

About

Brutally simple leveled logging package with color support

docs can be found @ http://godoc.org/github.com/awsmsrc/llog

TODO

  • color options
  • turn off colors
  • add a level var to a logger so it can be switched at run time
  • pottentially buffererd logging as in Rop Pikes glog