Click or drag to resize

ILogger Interface

Logs the trace messages

Namespace:  CodeStack.SwEx.Common.Diagnostics
Assembly:  CodeStack.SwEx.Common (in CodeStack.SwEx.Common.dll) Version: 0.9.9.0 (0.9.9.0)
Syntax
public interface ILogger

The ILogger type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Log category
Public propertyLogStackTrace
Indicates if the messages should include call stack
Top
Methods
  NameDescription
Public methodLog(Exception)
Logs error
Public methodLog(String)
Logs message
Top
See Also