IMessageSourceProvider Interface Members
In This Topic
The following tables list the members exposed by IMessageSourceProvider.
Public Properties
| 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. |
Top
See Also