Re: [go-nuts] Built-in log Package

2018-02-10 Thread Bret Jordan
I know this thread is old... But for people that are looking for some simple logging by level functionality I have added basic logging levels to the default Go log package. You can find my changes here: https://github.com/gologme/log In addition to adding Info, Warn, and Debug, users can also

Re: [go-nuts] Controlling calldepth in log.Logger

2018-02-09 Thread Bret Jordan
I know this thread is old... But for people that are looking for some simple logging by level functionality I have added basic logging levels to the default Go log package. You can find my changes here: https://github.com/gologme/log In addition to adding Info, Warn, and Debug, users can also