MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / Level

Method Level

cpp/webdriver-server/logging.h:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 static void Level(const std::string& level) {
63 Level() = ToLogLevel(level);
64 }
65
66 static LogLevel& Level() {
67 static LogLevel level = GetLogLevelEnv();

Callers

nothing calls this directly

Calls 1

LevelClass · 0.50

Tested by

no test coverage detected