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>
|
|
|
|
|
2014-05-15 21:37:39 +02:00
|
|
|
int32_t appl::getLogId() {
|
2014-05-04 22:27:56 +02:00
|
|
|
static int32_t g_val = etk::log::registerInstance("enettest");
|
|
|
|
return g_val;
|
|
|
|
}
|