Aspnet Logging Versions Save

[Archived] Common logging abstractions and a few implementations. Project moved to https://github.com/aspnet/Extensions

1.0.0-beta5

8 years ago

Bugs Fixed

  • ILoggerStructure should not have a Format method (#79)

1.0.0-beta4

9 years ago

Bugs Fixed

  • Move AddLogging to Logging (#142)
  • WriteContext should be moved to Test (#140)
  • RootTraceName should be configured and shouldn't default to Microsoft.AspNet (#139)
  • Consider adding GetDefaultServices() and AddLogging() to Logging (#50)

Features

  • Move all Logging and LoggerFactory extension methods to Logger.Interfaces (#110)
  • Add ILogger methods to write templated messages (#55)

1.0.0-beta3

9 years ago

1.0.0-beta2

9 years ago

1.0.0-beta1

9 years ago

Features

  • initial commit for the console logger (#29)
  • Implement console logger with color coding (#25)

Bugs Fixed

  • Issue #3: Refactoring ILogger (#31)
  • Code cleanup in logging code (#26)
  • TraceType enum should not pretend to be a flags enum (because it's not) (#24)
  • Review ILogger log method (#3)

1.0.0-alpha4

9 years ago

1.0.0-alpha2

9 years ago

1.0.0-alpha3

9 years ago

Bugs Fixed

  • Update CLR dependencies for K target framework (#15)