LocationInfo ClassName Property Apache log4net™ SDK Documentation
Gets the fully qualified class name 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 ClassName { get; }

Property Value

Type: OnlineString
The fully qualified class name of the caller making the logging request.
Remarks

Gets the fully qualified class name of the caller making the logging request.

See Also