Name | Description | |
---|---|---|
![]() | ExceptionSourceProvider Constructor | Construct an ExceptionSourceProvider based on a provided Exception. |
The following tables list the members exposed by ExceptionSourceProvider.
Name | Description | |
---|---|---|
![]() | ExceptionSourceProvider Constructor | Construct an ExceptionSourceProvider based on a provided Exception. |
Name | Description | |
---|---|---|
![]() | ClassName | Should return the full name of the class (with namespace) whose method issued the log message. |
![]() | FileName | Should return the name of the file containing the method which issued the log message. |
![]() | LineNumber | Should return the line within the file at which the log message was issued. |
![]() | MethodName | Should return the simple name of the method which issued the log message. |
Name | Description | |
---|---|---|
![]() | OnMessageSourceCalculate | Override to adjust message source information after they have been automatically calculated using the default algorithm |