enet/test/debug.cpp

15 lines
272 B
C++
Raw Normal View History

2014-05-04 22:27:56 +02:00
/**
* @author Edouard DUPIN
*
* @copyright 2014, Edouard DUPIN, all right reserved
*
2014-08-08 23:32:01 +02:00
* @license APACHE v2.0 (see license file)
2014-05-04 22:27:56 +02:00
*/
#include <test/debug.h>
int32_t appl::getLogId() {
2014-05-04 22:27:56 +02:00
static int32_t g_val = etk::log::registerInstance("enettest");
return g_val;
}