'Declaration
Protected Overridable Sub OnMessageSourceCalculate( _ ByRef className As String, _ ByRef methodName As String, _ ByRef fileName As String, _ ByRef lineNumber As Integer _ )
protected virtual void OnMessageSourceCalculate( ref string className, ref string methodName, ref string fileName, ref 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.