Releases: Cysharp/ZLogger
Releases · Cysharp/ZLogger
Ver.1.6.2
- Add
AddZLoggerConsole(..., bool outputToErrorStream = false)
, when set to true, output log to std error
Ver.1.6.1
What's Changed
- Avoid FormatException on ZLog and ZLogWithPayload by @makiuchi-d in #51
New Contributors
- @makiuchi-d made their first contribution in #51
Full Changelog: 1.6.0...1.6.1
Ver.1.6.0
Ver.1.5.1
Supporting Console Coloring, see #console-coloring section.
- Add .NET 5.0 target framework
- Add
AddZLoggerConsole(..., bool configureEnableAnsiEscapeCode = false)
overload
Ver.1.5.0
- Update ZString dependency
- Strong-name signed
Ver.1.4.1
Update Unity's package.json version
Ver.1.4.0
- Update ZString dependency
- Add
ZLoggerOptions.FlushRate
Ver.1.3.0
- Improv: custom state message format immediately(to avoid lose scope when state has HttpContext)
- Update ZString dependency
- Fix for Unity, logger provider freeze when dispose on quitting
- Breaking Changes: InternalErrorLogger changes
Action<Exception>
toAction<LogInfo, Exception>
Ver.1.2.1
Fix FormatException is thrown if the log message string contains "{". #11, thanks @mxProject