Move logger to common/logging/common.h

This commit is contained in:
Robbert van der Helm
2020-12-01 21:13:31 +01:00
parent a55fbb0daf
commit 2230b5099f
9 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
#include <boost/asio/write.hpp>
#include <boost/filesystem.hpp>
#include "../logging.h"
#include "../logging/common.h"
template <typename B>
using OutputAdapter = bitsery::OutputBufferAdapter<B>;
+1 -1
View File
@@ -18,7 +18,7 @@
#include <atomic>
#include "../logging.h"
#include "../logging/common.h"
#include "common.h"
/**
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "logging.h"
#include "common.h"
#ifdef __WINE__
#include "../wine-host/boost-fix.h"
@@ -29,8 +29,6 @@
#include <iomanip>
#include <iostream>
#include "vst24.h"
/**
* The environment variable indicating whether to log to a file. Will log to
* STDERR if not specified.
@@ -22,7 +22,7 @@
// TODO: Split up the plugin API specific logging functions so we don't have to
// include a bunch of stuff we don't need
#include "serialization/vst2.h"
#include "../serialization/vst2.h"
/**
* Super basic logging facility meant for debugging malfunctioning VST