Method | Description | |
---|---|---|
FallbackErrorLog ( IDictionary config ) : System |
Initializes a new instance of the FallbackErrorLog class using a dictionary of configured settings.
|
|
GetError ( string id ) : ErrorLogEntry |
Get the ErrorLogEntry with the id from the main ErrorLog.
|
|
GetErrors ( int pageIndex, int pageSize, IList errorEntryList ) : int |
|
|
Log ( Error error ) : string |
Logs the error only to the first ErrorLog that is currently working.
|
public FallbackErrorLog ( IDictionary config ) : System | ||
config | IDictionary | |
return | System |
public GetError ( string id ) : ErrorLogEntry | ||
id | string | Identifier of the |
return | ErrorLogEntry |
public GetErrors ( int pageIndex, int pageSize, IList errorEntryList ) : int | ||
pageIndex | int | |
pageSize | int | |
errorEntryList | IList | |
return | int |