Method | Description | |
---|---|---|
CouchbaseErrorLog ( IDictionary config ) : System |
Initialize new instance of CouchbaseClient using either default config or specified configuration name
|
|
GetError ( string id ) : |
Get error log entry by id
|
|
GetErrors ( int pageIndex, int pageSize, IList errorEntryList ) : int |
Get list of errors for view in Elmah web viewer
|
|
Log ( Error error ) : string |
Log an error
|
public CouchbaseErrorLog ( IDictionary config ) : System | ||
config | IDictionary | |
return | System |
public GetError ( string id ) : |
||
id | string | |
return |
public GetErrors ( int pageIndex, int pageSize, IList errorEntryList ) : int | ||
pageIndex | int | |
pageSize | int | |
errorEntryList | IList | |
return | int |