C# Class Elmah.RavenDbErrorLog

Inheritance: Elmah.ErrorLog
Mostra file Open project: ccellar/Elmah.RavenDB

Public Methods

Method Description
ConfigureWith ( IDocumentStore store ) : void
GetError ( string id ) : ErrorLogEntry
GetErrors ( int pageIndex, int pageSize, IList errorEntryList ) : int
Log ( Error error ) : string
RavenDbErrorLog ( IDictionary config ) : System

Private Methods

Method Description
ConfigureDocumentStore ( IDocumentStore documentStore ) : void
GetConnectionStringName ( IDictionary config ) : string
InitDocumentStore ( ) : void
LoadApplicationName ( IDictionary config ) : void
LoadConnectionStringName ( IDictionary config ) : string
RetrieveVersion ( ) : string

Method Details

ConfigureWith() public static method

public static ConfigureWith ( IDocumentStore store ) : void
store IDocumentStore
return void

GetError() public method

public GetError ( string id ) : ErrorLogEntry
id string
return ErrorLogEntry

GetErrors() public method

public GetErrors ( int pageIndex, int pageSize, IList errorEntryList ) : int
pageIndex int
pageSize int
errorEntryList IList
return int

Log() public method

public Log ( Error error ) : string
error Error
return string

RavenDbErrorLog() public method

public RavenDbErrorLog ( IDictionary config ) : System
config IDictionary
return System