MCPcopy Create free account
hub / github.com/Snapchat/Valdi / isEnabledForType

Method isEnabledForType

valdi/src/valdi/runtime/Utils/BridgeLogger.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14BridgeLogger::~BridgeLogger() = default;
15
16bool BridgeLogger::isEnabledForType(LogType type) {
17 return _innerLogger->isEnabledForType(type);
18}
19
20void BridgeLogger::log(LogType type, std::string message) {
21 auto listener = _listener.lock();

Callers 1

runtimeOutputLogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected