ewol/sources/ewol/debug.cpp

15 lines
263 B
C++

/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license BSD v3 (see license file)
*/
#include <ewol/debug.h>
int32_t ewol::getLogId() {
static int32_t g_val = etk::log::registerInstance("ewol");
return g_val;
}