NLog.xLogger icon indicating copy to clipboard operation
NLog.xLogger copied to clipboard

A C# .NET class library that extends NLog.Logger to provide additional functionality for tracing the entry and exit, arbitrary checkpoints, exceptions and stack traces within methods.

Results 3 NLog.xLogger issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Currently blocks of text can be interrupted in a multi-threaded environment. The solution is to concatenate all lines in a block (separated by linebreaks) and to use a single call...

help wanted

``` cs using (logger. EnterAndExitMethod(one, two, three)) { } ``` I would add the parameters via a params object[] This makes the code simpler and less repetative