C# Class NLog.LayoutRenderers.TimestampLayoutRenderer

Inheritance: LayoutRenderer
显示文件 Open project: pmorton/WinLog

Private Properties

Property Type Description

Protected Methods

Method Description
Append ( StringBuilder builder, LogEventInfo logEvent ) : void

Render the syslog timestamp based on local time StringBuilder.

Method Details

Append() protected method

Render the syslog timestamp based on local time StringBuilder.
protected Append ( StringBuilder builder, LogEventInfo logEvent ) : void
builder StringBuilder The to append the rendered data to.
logEvent LogEventInfo Logging event.
return void