C-DEngine 5.105

LogData..::..Caller Property

Gets the information of the logging method caller.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public StackFrame Caller { get; }
Public ReadOnly Property Caller As StackFrame
	Get
public:
property StackFrame^ Caller {
	StackFrame^ get ();
}

Field Value

A StackFrame that provides the information of the logging method caller.