NLog.LayoutRenderers.LayoutRenderer.Append C# (CSharp) 메소드

Append() 보호된 추상적인 메소드

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