C# Class NLogToSlack.SlackTarget

Inheritance: TargetWithLayout
显示文件 Open project: bridgewell/NLogToSlack

Private Properties

Property Type Description
SendToSlack void

Protected Methods

Method Description
InitializeTarget ( ) : void
Write ( NLog.Common.AsyncLogEventInfo info ) : void

Private Methods

Method Description
SendToSlack ( NLog.Common.AsyncLogEventInfo info ) : void

Method Details

InitializeTarget() protected method

protected InitializeTarget ( ) : void
return void

Write() protected method

protected Write ( NLog.Common.AsyncLogEventInfo info ) : void
info NLog.Common.AsyncLogEventInfo
return void