log4net SDK Reference

LocationInfo.FullInfo Property

Gets all available caller information

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

Property Value

All available caller information, in the format fully.qualified.classname.of.caller.methodName(Filename:line)

Remarks

Gets all available caller information, in the format fully.qualified.classname.of.caller.methodName(Filename:line)

See Also

LocationInfo Class | log4net.Core Namespace