Searched refs:strLoggingLevel (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp617 aLoggingLevel = m->strLoggingLevel;
991 rc = i_setLoggingLevel(data.strLoggingLevel);
1201 m->strLoggingLevel = (useLoggingLevel.equals(VBOXSVC_LOG_DEFAULT) ? "" : useLoggingLevel);
/vbox/include/VBox/
H A Dsettings.h316 com::Utf8Str strLoggingLevel; member in struct:settings::SystemProperties
/vbox/src/VBox/Main/xml/
H A DSettings.cpp1534 pelmGlobalChild->getAttributeValue("LoggingLevel", systemProperties.strLoggingLevel);
1756 if (systemProperties.strLoggingLevel.length())
1757 pelmSysProps->setAttribute("LoggingLevel", systemProperties.strLoggingLevel);

Completed in 128 milliseconds