MethodItemParameters Property Apache log4net™ SDK Documentation
Gets the method parameters of the caller making the logging request.

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

public string[] Parameters { get; }

Property Value

Type: String
The method parameters of the caller making the logging request
Remarks

Gets the method parameters of the caller making the logging request.

See Also

Reference