NLog.LayoutRenderers.LayoutRenderer.Append C# (CSharp) Method

Append() protected abstract method

Renders the specified environmental information and appends it to the specified StringBuilder.
protected abstract Append ( StringBuilder builder, LogEventInfo logEvent ) : void
builder StringBuilder The to append the rendered data to.
logEvent LogEventInfo Logging event.
return void
        protected abstract void Append(StringBuilder builder, LogEventInfo logEvent);