StackFrameItemFullInfo Property Apache log4net™ SDK Documentation
Gets all available caller information

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public string FullInfo { get; }

Property Value

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

Reference