Skip to content

Instantly share code, notes, and snippets.

View dretax's full-sized avatar

DreTaX dretax

View GitHub Profile
public class NLogger : Microsoft.Extensions.Logging.ILogger
{
private readonly Logger logger;
private readonly string name;
private readonly NloggerConfiguration nloggerConfiguration;
private readonly UserContext userContext;
private readonly RequestContext requestContext;
public NLogger(string name,
NloggerConfiguration nloggerConfiguration,
UserContext userContext,