Defines a method that logs a given message with type and optional source and exception to the logging store.

Namespace:  CuttingEdge.Logging
Assembly:  CuttingEdge.Logging (in CuttingEdge.Logging.dll)

Syntax

Visual Basic (Declaration)
Public Interface ILogger
C#
public interface ILogger
Visual C++
public interface class ILogger
JavaScript
CuttingEdge.Logging.ILogger = function();
CuttingEdge.Logging.ILogger.createInterface('CuttingEdge.Logging.ILogger');

Remarks

The LoggerExtensions class defines convenient extension methods for the ILogger interface.

See Also