'Declaration
Public Function New( _ ByVal className As String, _ ByVal methodName As String _ )
public MessageSourceProvider( string className, string methodName )
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.