MCPcopy Create free account
hub / github.com/VCVRack/Rack / log

Function log

src/logger.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void log(Level level, const char* filename, int line, const char* func, const char* format, ...) {
126 va_list args;
127 va_start(args, format);
128 logVa(level, filename, line, func, format, args);
129 va_end(args);
130}
131
132bool wasTruncated() {
133 return truncated;

Callers 3

getDisplayValueMethod · 0.50
setDisplayValueMethod · 0.50
minBlepImpulseFunction · 0.50

Calls 1

logVaFunction · 0.85

Tested by

no test coverage detected