Property IncludeExceptionDetails
IncludeExceptionDetails
Determines whether exception details (basically Exception.ToString
) should be appended to the log.
The default value is false
.
Declaration
public bool IncludeExceptionDetails { get; set; }
Property Value
Type | Description |
---|---|
Boolean |