C# Class NLog.Extensions.AzureTableStorage.AzureTableStorageTarget

Inheritance: NLog.Targets.TargetWithLayout
Afficher le fichier Open project: Greenliff/NLog.Extensions.AzureTableStorage

Private Properties

Свойство Type Description
IsNameValidForTableStorage void
ValidateParameters void

Méthodes protégées

Méthode Description
InitializeTarget ( ) : void
Write ( LogEventInfo logEvent ) : void

Private Methods

Méthode Description
IsNameValidForTableStorage ( string tableName ) : void
ValidateParameters ( ) : void

Method Details

InitializeTarget() protected méthode

protected InitializeTarget ( ) : void
Résultat void

Write() protected méthode

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