nreco / logging

Generic file logger for .NET Core (FileLoggerProvider) with minimal dependencies
MIT License
284 stars 56 forks source link

Add 'UseUtcTimestamp' option to output timestamps in UTC time. #36

Closed es-repo closed 2 years ago

es-repo commented 2 years ago

Like Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions has UseUtcTimestamp property would be nice to have similar option for FileLoggerOptions .

VitaliyMF commented 2 years ago

Makes sense, thank you for the contribution ;-)

Delivered in 1.1.4