C# Class NLog.Extensions.AzureTableStorage.LogEntity

Inheritance: Microsoft.WindowsAzure.Storage.Table.TableEntity
Exibir arquivo Open project: Greenliff/NLog.Extensions.AzureTableStorage Class Usage Examples

Public Methods

Method Description
LogEntity ( ) : System
LogEntity ( string partitionKeyPrefix, LogEventInfo logEvent, string layoutMessage ) : System

Private Methods

Method Description
GetExceptionDataAsString ( Exception exception ) : string

Method Details

LogEntity() public method

public LogEntity ( ) : System
return System

LogEntity() public method

public LogEntity ( string partitionKeyPrefix, LogEventInfo logEvent, string layoutMessage ) : System
partitionKeyPrefix string
logEvent LogEventInfo
layoutMessage string
return System