BedeGaming / sinks-rollingfile

A serilog sink for rolling files based on size and time
Apache License 2.0
15 stars 20 forks source link

Fixed incorrect example #23

Closed cemremengu closed 7 years ago

cemremengu commented 7 years ago

The example should either use log.Information or set Log.Logger before using the capital Log.Information

AndyWardle commented 7 years ago

Fixed here: https://github.com/BedeGaming/sinks-rollingfile/pull/32/files#diff-04c6e90faac2675aa89e2176d2eec7d8R20 - it needed to be a lowercase log