Centralize the logging code into its own folder in Common.

This commit is contained in:
Lioncash
2014-06-05 19:29:54 -04:00
parent d0ad84f69b
commit ca5340ebde
34 changed files with 92 additions and 90 deletions

View File

@ -6,7 +6,7 @@
#include <unistd.h>
#include <sys/wait.h>
#include "Common/Log.h"
#include "Common/Logging/Log.h"
#include "Core/ConfigManager.h"
#include "Core/Core.h"
#include "Core/CoreParameter.h"