C# Class NLog.Extensions.AzureTableStorage.LogEntity

Inheritance: Microsoft.WindowsAzure.Storage.Table.TableEntity
Afficher le fichier Open project: Greenliff/NLog.Extensions.AzureTableStorage Class Usage Examples

Méthodes publiques

Méthode Description
LogEntity ( ) : System
LogEntity ( string partitionKeyPrefix, LogEventInfo logEvent, string layoutMessage ) : System

Private Methods

Méthode Description
GetExceptionDataAsString ( Exception exception ) : string

Method Details

LogEntity() public méthode

public LogEntity ( ) : System
Résultat System

LogEntity() public méthode

public LogEntity ( string partitionKeyPrefix, LogEventInfo logEvent, string layoutMessage ) : System
partitionKeyPrefix string
logEvent LogEventInfo
layoutMessage string
Résultat System