Releases: logzio/logzio-dotnet
Releases · logzio/logzio-dotnet
v1.2.0
v1.1.1
v1.0.16
Fixes:
- Writing to the debug log file now is thread-safe and process-safe
v1.0.15
New:
- Write debug logs to a file if Debug was set to true (Still writes debug logs to the Console as well)
v1.0.14
New:
- Add trace context to each log (does not support .Net Standard 1.3)
v0.2.3: Net5.0 upgrade (#62)
💡 Enhancements 💡
- net5.0 support
v0.2.2: Camelcase (#60)
💡 Enhancements 💡
- jsonKeysCamelCase field was added to the config. You can now choose if you want to see json keys in Logz.io in camel case or not.
You can also use jsonKeysCamelCase in code.
You can use this filed in all shippers.
V0.2.1
v0.2
Better thread handling, support non-string fields and other improvements.
v0.11 (ListenerUrl param)
Replace IsSecured with ListenerUrl, allow clients to choose EU or US …