Skip to content

Ver 1.1.0

Compare
Choose a tag to compare
@neuecc neuecc released this 08 Apr 07:14
· 579 commits to master since this release

Improvement

Support multiple same-type providers

logging.AddZLoggerFile("plain-text.log");
logging.AddZLoggerFile("json.log", "file-structured", x => { x.EnableStructuredLogging = true; });

Fix

ZLoggerOptions was shared in all providers. Fixed to create per provider/option-name.