Update LogLevel
This commit is contained in:
@@ -11,7 +11,7 @@ int main(int argc, char** argv)
|
||||
try
|
||||
{
|
||||
Logging::OpenLog();
|
||||
Logging::SetLogMask(Logging::Severity::Info);
|
||||
Logging::SetLogMask(Logging::Severity::Warning);
|
||||
|
||||
INIReader iniReader("ToonBridge.ini");
|
||||
if (iniReader.ParseError() != 0)
|
||||
|
||||
Reference in New Issue
Block a user