libtasks Documentation  1.6
logging.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013-2014 ADTECH GmbH
3  * Licensed under MIT (https://github.com/adtechlabs/libtasks/blob/master/COPYING)
4  *
5  * Author: Andreas Pohl
6  */
7 
8 #include <tasks/logging.h>
9 
10 #ifdef LOGMUTEX
11 namespace tasks {
12 std::mutex g_log_mutex;
13 }
14 #endif