Releases: markolbert/J4JLogging
Consolidation and Breaking Changes
The various libraries previously making up the J4JLogging environment were consolidated into a single project (the Autofac add-on is still separate).
In addition, the way in which configuration is done was drastically simplified.
No factory method release
This is expected to be the base for future development. It no longer requires creating IJ4JLogger instances from a factory method. Instead, the IJ4JLogger methods can be created directly, and tied to a particular type by calling IJ4JLogger.SetLoggedType().
Last IJ4JLoggerFactory-based version
This is the last version of the library which is based on the concept of a logger factory (IJ4JLoggerFactory) which you use to create an instance of IJ4JLogger for a particular type. Going forward the library will shift to use a built-in feature of Serilog which lets you specify the type you're logging on the fly.