C# Class NLog.Targets.Gelf.GelfTarget

Inheritance: TargetWithLayout
Afficher le fichier Open project: 2020Legal/NLog.Targets.Gelf Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GelfTarget ( ) : System.ComponentModel.DataAnnotations
GelfTarget ( IEnumerable transports, IConverter converter, NLog.Targets.Gelf.DnsBase dns ) : System.ComponentModel.DataAnnotations
WriteLogEventInfo ( LogEventInfo logEvent ) : void

Méthodes protégées

Méthode Description
Write ( LogEventInfo logEvent ) : void

Method Details

GelfTarget() public méthode

public GelfTarget ( ) : System.ComponentModel.DataAnnotations
Résultat System.ComponentModel.DataAnnotations

GelfTarget() public méthode

public GelfTarget ( IEnumerable transports, IConverter converter, NLog.Targets.Gelf.DnsBase dns ) : System.ComponentModel.DataAnnotations
transports IEnumerable
converter IConverter
dns NLog.Targets.Gelf.DnsBase
Résultat System.ComponentModel.DataAnnotations

Write() protected méthode

protected Write ( LogEventInfo logEvent ) : void
logEvent NLog.LogEventInfo
Résultat void

WriteLogEventInfo() public méthode

public WriteLogEventInfo ( LogEventInfo logEvent ) : void
logEvent NLog.LogEventInfo
Résultat void