Lean  $LEAN_TAG$
QuantConnect.Logging.WhoCalledMe Class Reference

Provides methods for determining higher stack frames More...

Static Public Member Functions

static string GetMethodName (int frame=1)
 Gets the method name of the caller More...
 

Detailed Description

Provides methods for determining higher stack frames

Definition at line 24 of file WhoCalledMe.cs.

Member Function Documentation

◆ GetMethodName()

static string QuantConnect.Logging.WhoCalledMe.GetMethodName ( int  frame = 1)
static

Gets the method name of the caller

Parameters
frameThe number of stack frames to retrace from the caller's position
Returns
The method name of the containing scope 'frame' stack frames above the caller

Definition at line 32 of file WhoCalledMe.cs.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: