Method | Description | |
---|---|---|
ConfigureWith ( IDocumentStore store ) : void | ||
GetError ( string id ) : |
||
GetErrors ( int pageIndex, int pageSize, IList errorEntryList ) : int | ||
Log ( Error error ) : string | ||
RavenDbErrorLog ( IDictionary config ) : System |
Method | Description | |
---|---|---|
ConfigureDocumentStore ( IDocumentStore documentStore ) : void | ||
GetConnectionStringName ( IDictionary config ) : string | ||
InitDocumentStore ( ) : void | ||
LoadApplicationName ( IDictionary config ) : void | ||
LoadConnectionStringName ( IDictionary config ) : string | ||
RetrieveVersion ( ) : string |
public static ConfigureWith ( IDocumentStore store ) : void | ||
store | IDocumentStore | |
return | void |
public GetError ( string id ) : |
||
id | string | |
return |
public GetErrors ( int pageIndex, int pageSize, IList errorEntryList ) : int | ||
pageIndex | int | |
pageSize | int | |
errorEntryList | IList | |
return | int |
public RavenDbErrorLog ( IDictionary config ) : System | ||
config | IDictionary | |
return | System |