StackFrameItemMethod Property Apache log4net™ SDK Documentation
Gets the method name of the caller.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public MethodItem Method { get; }

Property Value

Type: MethodItem
The method name of the caller.
Remarks

Gets the method name of the caller.

See Also

Reference