go-log icon indicating copy to clipboard operation
go-log copied to clipboard

a golang log lib supports level and multi handlers

Results 3 go-log issues
Sort by recently updated
recently updated
newest added

Hi, I tried to use `TimeRotatingFileHandler` to log lines as python, but after I run the code below, nothing appears in the specific log file: ``` handler, err := log.NewTimeRotatingFileHandler("./siddontang.log",...