Common Logging 2.0 API Reference

EntLibLogger.AddExceptionInfo Method

Adds the exception info.

[Visual Basic]
Protected Overridable Sub AddExceptionInfo( _
   ByVal log As LogEntry, _
   ByVal exception As Exception _
)
[C#]
protected virtual void AddExceptionInfo(
   LogEntry log,
   Exception exception
);

Parameters

log
The log entry.
exception
The exception.

Return Value

See Also

EntLibLogger Class | Common.Logging.EntLib Namespace