HttpContext.Current . , , HttpContext.Current .
/ SO, HttpContext.Current, -. ASP.Net web.config.
, , . googling "HttpContext.Current is null", . ASP.NET-, HttpContext.Current .
, System.Diagnostics.CorrelationManager.ActivityId.
ActivityId , "" ( ). , . , ActivityId, , .
ActivityId LayoutRenderer, . . ( NLog 1.0) :
NLog
, "EstimatedBufferSize" , - :
[LayoutRenderer("ActivityId")]
class ActivityIdLayoutRenderer : LayoutRenderer
{
protected override void Append(StringBuilder builder, LogEventInfo logEvent)
{
builder.Append(Trace.CorrelationManager.ActivityId);
}
}
, Format ActivityIdLayoutRenderer, guid. . ( ). .
NewGuid vs System.Guid.NewGuid(). ToString ( "D" );
. ( NLog git) , Format:
https://github.com/NLog/NLog/blob/master/src/NLog/LayoutRenderers/GuidLayoutRenderer.cs