log4net SDK Reference

LocationInfo.ClassName Property

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

[Visual Basic]
Public ReadOnly Property ClassName As String
[C#]
public string ClassName {get;}

Property Value

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

LocationInfo Class | log4net.Core Namespace