Adding capabilities to configure the LogLevel and ImmediateFlush of the LogManager

This commit is contained in:
Alexander Bock
2014-12-05 16:43:54 +01:00
parent cf53b5c1b0
commit d9fbf7c5fd
4 changed files with 32 additions and 12 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ private:
bool loadSpiceKernels();
void runStartupScripts();
void loadFonts();
void createLogs();
void configureLogging();
static OpenSpaceEngine* _engine;
+3 -1
View File
@@ -48,7 +48,9 @@ namespace configurationmanager {
const std::string keyStartupScript = "StartupScripts";
const std::string keySpiceTimeKernel = "SpiceKernel.Time";
const std::string keySpiceLeapsecondKernel = "SpiceKernel.LeapSecond";
const std::string keyLogs = "Logs";
const std::string keyLogLevel = "Logging.LogLevel";
const std::string keyLogImmediateFlush = "Logging.ImmediateFlush";
const std::string keyLogs = "Logging.Logs";
} // namespace configurationmanager
namespace scenegraph {