StackFrameItemClassName 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: 2.0.8.0-.NET 4.0
Syntax

public string ClassName { get; }

Property Value

Type: String
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

Reference