Click or drag to resize
ILogger Interface
Standard Interface for ErrorUnit to work with your Error Logger; add ErrorUnitCentral._Logger = new ErrorUnitLogger(); where your application start code is.

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public interface ILogger

The ILogger type exposes the following members.

Methods
  NameDescription
Public methodGetErrorUnitJson
Gets the error unit json.
Public methodLog(Exception)
Logs the specified ex.
Public methodLog(String, Exception)
Logs the specified testable error json.
Top
See Also