dalicious v2.4.0 (2020-01-14T14:23:24Z)
Dub
Repo
ExecutionTracer
dalicious
log
Undocumented in source.
struct
ExecutionTracer (
LogLevel
logLevel
=
LogLevel
.
diagnostic
) {
import
std
.
datetime
.
stopwatch
:
StopWatch
;
;
import
std
.
typecons
:
Yes
;
;
string
functionName
;
StopWatch
timer
;
this
(int dummy, string fnName);
~this
();
}
Constructors
this
this
(int dummy, string fnName)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
functionName
string
functionName
;
Undocumented in source.
timer
StopWatch
timer
;
Undocumented in source.
Meta
Source
See Implementation
dalicious
log
enums
LogLevel
todo
functions
getLogLevel
log
logDebug
logDiagnostic
logError
logInfo
logJson
logJsonDebug
logJsonDiagnostic
logJsonError
logJsonInfo
logJsonWarn
logWarn
setLogLevel
shouldLog
traceExecution
structs
ExecutionTracer