23 #ifndef USMODULESETTINGS_H
24 #define USMODULESETTINGS_H
26 #include "usCoreConfig.h"
71 static std::string CURRENT_MODULE_PATH();
77 static bool IsThreadingSupportEnabled();
87 static bool IsAutoLoadingEnabled();
98 static void SetAutoLoadingEnabled(
bool enable);
104 static PathList GetAutoLoadPaths();
111 static void SetAutoLoadPaths(
const PathList& paths);
119 static void AddAutoLoadPath(
const std::string& path);
132 static void SetStoragePath(
const std::string& path);
141 static std::string GetStoragePath();
152 static void SetLogLevel(MsgType level);
159 static MsgType GetLogLevel();
171 #endif // USMODULESETTINGS_H
std::vector< std::string > PathList