Skip to content

Releases: Cysharp/ZLogger

Ver.1.6.2

01 Sep 01:45

Choose a tag to compare

  • Add AddZLoggerConsole(..., bool outputToErrorStream = false), when set to true, output log to std error

Ver.1.6.1

01 Nov 12:05

Choose a tag to compare

What's Changed

  • Avoid FormatException on ZLog and ZLogWithPayload by @makiuchi-d in #51

New Contributors

Full Changelog: 1.6.0...1.6.1

Ver.1.6.0

21 Sep 07:27

Choose a tag to compare

  • Improvment: Support Blazor WASM #49, thanks @WiZLite
  • Breaking changes: generics argument 16 -> 14

Ver.1.5.1

26 Jul 10:04

Choose a tag to compare

Supporting Console Coloring, see #console-coloring section.

  • Add .NET 5.0 target framework
  • Add AddZLoggerConsole(..., bool configureEnableAnsiEscapeCode = false) overload

Ver.1.5.0

06 Apr 22:02

Choose a tag to compare

  • Update ZString dependency
  • Strong-name signed

Ver.1.4.1

18 Jan 05:56

Choose a tag to compare

Update Unity's package.json version

Ver.1.4.0

18 Jan 00:40

Choose a tag to compare

  • Update ZString dependency
  • Add ZLoggerOptions.FlushRate

Ver.1.3.0

04 Aug 10:34

Choose a tag to compare

  • 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> to Action<LogInfo, Exception>

Ver.1.2.1

10 May 18:40

Choose a tag to compare

Fix FormatException is thrown if the log message string contains "{". #11, thanks @mxProject

Ver.1.2.0

23 Apr 05:28

Choose a tag to compare

Changed to use ISnapshotOptions<T> to IOptionsMonitor<T>, fix DOTNET_ENVIRONMENT is "Development" error, #7