How to disable a log.Logger

后端 未结 6 1622
长情又很酷
长情又很酷 2020-12-23 16:35

I have some heavily instrumented code that makes use of the log package. Now it\'s come time to turn off the logging, and I can\'t determine how to turn off the

6条回答
  •  失恋的感觉
    2020-12-23 17:07

    A note for others coming here looking for this and other logging facilities: have a look at the log4go package as that covers turning off logging, setting log levels, log rotation, redirection to a file etc which might be useful.

    See the doc at http://godoc.org/code.google.com/p/log4go

提交回复
热议问题