MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / writeLog

Method writeLog

src/profiler.cpp:558–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void Profiler::writeLog(LogLevel level, const char* message) {
559 _jfr.recordLog(level, message, strlen(message));
560}
561
562void Profiler::writeLog(LogLevel level, const char* message, size_t len) {
563 _jfr.recordLog(level, message, len);

Callers 1

logMethod · 0.80

Calls 1

recordLogMethod · 0.80

Tested by

no test coverage detected