Constructor
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
public LocationInfo( string className, string methodName, string fileName, string lineNumber )
Parameters
- className
- Type: SystemString
The fully qualified class name. - methodName
- Type: SystemString
The method name. - fileName
- Type: SystemString
The file name. - lineNumber
- Type: SystemString
The line number of the method within the file.
Remarks
Initializes a new instance of the LocationInfo class with the specified data.
See Also