Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void LogException(LoggerBase, Exception)

Declaration

public static void LogException(
    LoggerBase log,
    Exception e
)

Summary

Logs an exception.

Parameters

LoggerBaselog Logger to log the exception to.
Exceptione The exception to log.