MXS-2014 Rename log_manager.h to log.h

There's nothing resembling a manager anymore.
This commit is contained in:
Johan Wikman
2018-08-16 14:47:25 +03:00
parent 894d4eb034
commit cf0aeed516
117 changed files with 116 additions and 116 deletions

View File

@ -17,7 +17,7 @@
#endif
#include <iostream>
#include <maxscale/log_manager.h>
#include <maxscale/log.h>
#include "../config.cc"
using namespace std;

View File

@ -21,7 +21,7 @@
#include <iostream>
#include <sstream>
#include <maxscale/debug.h>
#include <maxscale/log_manager.h>
#include <maxscale/log.h>
using namespace maxscale;
using namespace std;

View File

@ -20,7 +20,7 @@
#include <string.h>
#include <time.h>
#include <maxscale/alloc.h>
#include <maxscale/log_manager.h>
#include <maxscale/log.h>
#include <maxscale/debug.h>
static void skygw_log_enable(int priority)

View File

@ -18,7 +18,7 @@
#include <time.h>
#include <maxscale/alloc.h>
#include <maxscale/debug.h>
#include <maxscale/log_manager.h>
#include <maxscale/log.h>
static void skygw_log_enable(int priority)
{

View File

@ -20,7 +20,7 @@
#include <pthread.h>
#include <sched.h>
#include <semaphore.h>
#include <maxscale/log_manager.h>
#include <maxscale/log.h>
#include <maxscale/random.h>
using std::cerr;

View File

@ -35,7 +35,7 @@
#include <maxscale/alloc.h>
#include <maxscale/server.h>
#include <maxscale/log_manager.h>
#include <maxscale/log.h>
#include <maxscale/paths.h>
#include <maxscale/config.hh>

View File

@ -34,7 +34,7 @@
#include <string.h>
#include <maxscale/users.h>
#include <maxscale/log_manager.h>
#include <maxscale/log.h>
static int test1()
{

View File

@ -18,7 +18,7 @@
#include <maxscale/dcb.h>
#include <maxscale/housekeeper.h>
#include <maxscale/maxscale_test.h>
#include <maxscale/log_manager.h>
#include <maxscale/log.h>
#include <maxscale/config.h>
#include <maxscale/query_classifier.h>
#include <maxscale/paths.h>