Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 422 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 422 Bytes

Logging.StructuredLog4Net

Logging.StructuredLog4Net on NuGet

To install on PM console:

Install-Package Logging.StructuredLog4Net

Usage

Add a using the namespace

using Logging.StructuredLog4Net'

Log as usual similarly to other standard Log4Net methods like:

Logger.Info("Starting", new { ... });

Logger.Error("Starting", new { ... }, ex);