Reactor.LOG_TRACEBACK_AS

Log the stack trace of a given fiber.

The fiber should be in a valid state. This is the equivalent to the fiber itself running dumpStackTrace.

struct Reactor
@safe @nogc
void
LOG_TRACEBACK_AS
(,
string text
,
string file = __FILE_FULL_PATH__
,
size_t line = __LINE__
)

Meta