callerAsEventName property

bool callerAsEventName
getter/setter pair

If set to true, the calling function's name will be used as event name, if event name is not already set. Library uses StackTrace _caller to find name of calling function, and this is not always possible.

Implementation

static bool callerAsEventName = !_kReleaseMode;