MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / logMessage

Method logMessage

src/gui2/logview.cc:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void LogView::logMessage(const AnyLogMessage& message)
65{
66 logRenderer->add(message);
67 scrollToEndOnNextRedraw = true;
68}

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected