NLog.LayoutRenderers.LayoutRenderer.Append C# (CSharp) Méthode

Append() protected abstract méthode

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.
Résultat void
        protected abstract void Append(StringBuilder builder, LogEventInfo logEvent);