Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

1.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 16 May 17:19

Features

  • Delete NLog provider (#341)
  • CreateLogger() should return ILogger (#312)

Bugs Fixed

  • Fix DebugLogger to log exception details (#388)
  • Please keep default foreground color, don't override with ConsoleColor.Grey (#378)
  • Exceptions aren't logged by EventLogger (dev branch) (#375)
  • Should BeginScopeImpl be a generic method (#366)
  • Exception details are not logged (#355)
  • LogInformation(string) throws FormatException (#351)
  • LogLevel.None (#333)
  • Changes to Logging API surface (#331)
  • Logger from Type name shouldn't include generic parameters (#326)
  • NullReferenceException in RuntimeEnvironmentHelper under .NET 4.5 using Logging (#309)
  • EventLogLogger may throw an exception when the message is too big (#305)
  • Rename LogLevel.Verbose to .Trace and modify its severity to be below .Debug (#299)
  • Remove ILoggerFactory.MinimumLevel (#298)
  • Remove dependence Microsoft.Extensions.PlatformAbstractions (#293)
  • Add LoggerMessage.Define overloads for 0, 4, 5, and 6 args (#272)