is_logger_call {dyn.log}R Documentation

Is Logger Call

Description

Determines if a call came from the logger, so we can exclude it from the call stack.

Usage

is_logger_call(call)

Arguments

call

function call

Value

string representation of a func call.

See Also

Other Internal: clean_internal_calls(), extract_func_name()


[Package dyn.log version 0.4.0 Index]