'Declaration
Public Function New( _ ByVal className As String, _ ByVal methodName As String, _ ByVal fileName As String, _ ByVal lineNumber As Integer _ )
public MessageSourceProvider( string className, string methodName, string fileName, int lineNumber )
Parameters
- className
- The full name of the class (with namespace) whose method issued the log message.
- methodName
- The simple name of the method which 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.