LocationInfo FullInfo Property Apache log4net™ SDK Documentation
Gets all available caller information

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public string FullInfo { get; }

Property Value

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