LocationInfo Constructor (Type)
Constructor
[Visual Basic]
Overloads Public Sub New( _
ByVal
callerStackBoundaryDeclaringType As
Type _
)
[C#]
public LocationInfo(
Type callerStackBoundaryDeclaringType);
Parameters
-
callerStackBoundaryDeclaringType
- The declaring type of the method that is the stack boundary into the logging system for this call.
Remarks
Initializes a new instance of the LocationInfo class based on the current thread.
See Also
LocationInfo Class | log4net.Core Namespace | LocationInfo Constructor Overload List