# Functions
DecorateWith adds call trace to the message "prefix what: why" 'ignoreCount' indicates the number of call that have to be ignored at the beginning of the stack trace.
IgnoreTraceUntil cuts all the lines of the trace before and including lines with 'search' in it if 'stop' contains FirstOccurrence, cuts until the first occurrence of line containing 'search' if 'stop' contains LastOccurrence, cuts until the last occurrence of line containing 'search'.
SourceFilePathUpdater returns a function to alter source file path, if debug is not enabled.
# Constants
No description provided by the author
No description provided by the author
# Type aliases
Enum ...