C# Class NLogToSlack.SlackTarget

Inheritance: TargetWithLayout
Afficher le fichier Open project: bridgewell/NLogToSlack

Private Properties

Свойство Type Description
SendToSlack void

Méthodes protégées

Méthode Description
InitializeTarget ( ) : void
Write ( NLog.Common.AsyncLogEventInfo info ) : void

Private Methods

Méthode Description
SendToSlack ( NLog.Common.AsyncLogEventInfo info ) : void

Method Details

InitializeTarget() protected méthode

protected InitializeTarget ( ) : void
Résultat void

Write() protected méthode

protected Write ( NLog.Common.AsyncLogEventInfo info ) : void
info NLog.Common.AsyncLogEventInfo
Résultat void