Global properties
You can enrich logs with global properties that are included with every log entry.
Log.AddMetaContext("AppVersion", "1.2.3");
Log.AddMetaContext("Environment", "Production");
You can enrich logs with global properties that are included with every log entry.
Log.AddMetaContext("AppVersion", "1.2.3");
Log.AddMetaContext("Environment", "Production");