notrace

UDA for disabling auto tracing of a specific function

Decorate functions that should not be traced with @notrace.

version(!MeccaAlternateLogger)
enum notrace = "notrace";

Meta