C# 클래스 Elmah.RavenDbErrorLog

상속: Elmah.ErrorLog
파일 보기 프로젝트 열기: ccellar/Elmah.RavenDB

공개 메소드들

메소드 설명
ConfigureWith ( IDocumentStore store ) : void
GetError ( string id ) : ErrorLogEntry
GetErrors ( int pageIndex, int pageSize, IList errorEntryList ) : int
Log ( Error error ) : string
RavenDbErrorLog ( IDictionary config ) : System

비공개 메소드들

메소드 설명
ConfigureDocumentStore ( IDocumentStore documentStore ) : void
GetConnectionStringName ( IDictionary config ) : string
InitDocumentStore ( ) : void
LoadApplicationName ( IDictionary config ) : void
LoadConnectionStringName ( IDictionary config ) : string
RetrieveVersion ( ) : string

메소드 상세

ConfigureWith() 공개 정적인 메소드

public static ConfigureWith ( IDocumentStore store ) : void
store IDocumentStore
리턴 void

GetError() 공개 메소드

public GetError ( string id ) : ErrorLogEntry
id string
리턴 ErrorLogEntry

GetErrors() 공개 메소드

public GetErrors ( int pageIndex, int pageSize, IList errorEntryList ) : int
pageIndex int
pageSize int
errorEntryList IList
리턴 int

Log() 공개 메소드

public Log ( Error error ) : string
error Error
리턴 string

RavenDbErrorLog() 공개 메소드

public RavenDbErrorLog ( IDictionary config ) : System
config IDictionary
리턴 System