| AspNetMvcLayoutRendererBaseMvcDoAppend Method (StringBuilder, LogEventInfo, HttpContextBase) |
Renders the specified ASP.NET Application variable and appends it to the specified StringBuilder.
Namespace:
NLog.Web.LayoutRenderers
Assembly:
NLog.Web (in NLog.Web.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax protected abstract void MvcDoAppend(
StringBuilder builder,
LogEventInfo logEvent,
HttpContextBase context
)
Protected MustOverride Sub MvcDoAppend (
builder As StringBuilder,
logEvent As LogEventInfo,
context As HttpContextBase
)
Dim builder As StringBuilder
Dim logEvent As LogEventInfo
Dim context As HttpContextBase
Me.MvcDoAppend(builder, logEvent,
context)
abstract MvcDoAppend :
builder : StringBuilder *
logEvent : LogEventInfo *
context : HttpContextBase -> unit
Parameters
- builder
- Type: System.TextStringBuilder
The StringBuilder to append the rendered data to. - logEvent
- Type: NLogLogEventInfo
Logging event. - context
- Type: System.WebHttpContextBase
The current http context.
See Also