Closed cemremengu closed 7 years ago
The example should either use log.Information or set Log.Logger before using the capital Log.Information
log.Information
Log.Logger
Log.Information
Fixed here: https://github.com/BedeGaming/sinks-rollingfile/pull/32/files#diff-04c6e90faac2675aa89e2176d2eec7d8R20 - it needed to be a lowercase log
log
The example should either use
log.Information
or setLog.Logger
before using the capitalLog.Information