Protected constructor to support subclasses
Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
Parameters
- locationInfo
- Type: SystemBoolean
[Missing <param name="locationInfo"/> documentation for "M:log4net.Layout.XmlLayoutBase.#ctor(System.Boolean)"]
Remarks
The locationInfo parameter determines whether location information will be output by the layout. If locationInfo is set to true, then the file name and line number of the statement at the origin of the log statement will be output.
If you are embedding this layout within an SMTPAppender then make sure to set the LocationInfo option of that appender as well.
See Also