C# Class NLog.Extensions.AzureTableStorage.AzureTableStorageTarget

Inheritance: NLog.Targets.TargetWithLayout
Mostra file Open project: Greenliff/NLog.Extensions.AzureTableStorage

Private Properties

Property Type Description
IsNameValidForTableStorage void
ValidateParameters void

Protected Methods

Method Description
InitializeTarget ( ) : void
Write ( LogEventInfo logEvent ) : void

Private Methods

Method Description
IsNameValidForTableStorage ( string tableName ) : void
ValidateParameters ( ) : void

Method Details

InitializeTarget() protected method

protected InitializeTarget ( ) : void
return void

Write() protected method

protected Write ( LogEventInfo logEvent ) : void
logEvent LogEventInfo
return void