Constructor
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- className
- Type: System String
The fully qualified class name.
- methodName
- Type: System String
The method name.
- fileName
- Type: System String
The file name.
- lineNumber
- Type: System String
The line number of the method within the file.
Remarks
Initializes a new instance of the LocationInfo class with the specified data.
See Also