StackLogger

A stack logger wrapper.

Members

Functions

clear
void clear()

Clears the call stack.

log
void log(string file, size_t line, string mod, string func)

Logs the current call.

printCallStack
void printCallStack()

Prints the call stack.

Properties

callStack
const(string[]) callStack [@property getter]

Gets the current callstack.

Meta