lin
lin
The `globalLogger` is used as default logger, I don't think it is a good idea to modify the default logger that other packages may use. You should create a customized...
> Or can you please let me know how to print sid (sessionid) with every log statement without calling log.WithFields(sid value) everytime. OK, this is a good question. What you...
This is a very useful feature, but `slf4go` don't support it by now. I think i could implement it soon.
This work has done, in `v1.1.0` there has some new functions: + `SetContextField(key string, value interface{})` + `SetContextFields(fields Fields)` + ...... There hasn't docs yet, but I believe you will...