C# 클래스 NLog.Extensions.AzureTableStorage.LogEntity

상속: Microsoft.WindowsAzure.Storage.Table.TableEntity
파일 보기 프로젝트 열기: Greenliff/NLog.Extensions.AzureTableStorage 1 사용 예제들

공개 메소드들

메소드 설명
LogEntity ( ) : System
LogEntity ( string partitionKeyPrefix, LogEventInfo logEvent, string layoutMessage ) : System

비공개 메소드들

메소드 설명
GetExceptionDataAsString ( Exception exception ) : string

메소드 상세

LogEntity() 공개 메소드

public LogEntity ( ) : System
리턴 System

LogEntity() 공개 메소드

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