MethodItem.Parameters 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: 1.2.15.0 (1.2.15.0)
Syntax

public string[] Parameters { get; }

Property Value

Type:OnlineString[]
The method parameters of the caller making the logging request
Remarks

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

See Also