Skip to content

Releases: martincostello/xunit-logging

MartinCostello.Logging.XUnit v0.1.0-alpha4

20 Aug 17:58
2f10fca
Compare
Choose a tag to compare

MartinCostello.Logging.XUnit v0.1.0-alpha4

Added

  • Added new ITestOutputHelperAccessor interface (and infrastructure to use it) to allow long-lived test fixtures, such as test collection fixtures, to hook in a ITestOutputHelper on a per-test basis. (#7, #8)

MartinCostello.Logging.XUnit v0.1.0-alpha3

19 Aug 20:53
b59a087
Compare
Choose a tag to compare

MartinCostello.Logging.XUnit v0.1.0-alpha3

Added

  • Add ToLoggerFactory() and ToLogger<T>() extension methods for ITestOutputHelper. (#4, #6)

MartinCostello.Logging.XUnit v0.1.0-alpha2

19 Aug 20:28
0def351
Compare
Choose a tag to compare

MartinCostello.Logging.XUnit v0.1.0-alpha2

Added

  • Support for scopes. (#2)
  • Full test coverage. (#1)

Changed

  • Changed the default log message format to match ConsoleLogger.
  • Change constructor to XUnitLogger to accept XUnitLoggerOptions.
  • Change the filters to all being 4 letters in length in formatted messages for consistency.
  • Remove redundant if condition check.

MartinCostello.Logging.XUnit v0.1.0-alpha1

19 Aug 12:36
Compare
Choose a tag to compare

MartinCostello.Logging.XUnit v0.1.0-alpha1

The first prerelease of MartinCostello.Logging.XUnit 0.1.0.