MessageSourceProvider Class Members
In This Topic
The following tables list the members exposed by MessageSourceProvider.
Public Constructors
Public Properties
| Name | Description |
| ClassName | The full name of the class (with namespace) whose method issued the log message. |
| FileName | The name of the file containing the method which issued the log message. |
| LineNumber | The line within the file at which the log message was issued. |
| MethodName | The simple name of the method which issued the log message. |
Top
Protected Methods
| Name | Description |
| OnMessageSourceCalculate | Override to adjust message source information after they have been automatically calculated using the default algorithm |
Top
See Also