Compare commits

...

2 Commits

Author SHA1 Message Date
48a7c7932b [DEBUG] update new API of lutin log 2019-05-03 10:18:22 +02:00
57b3afb629 [DEV] update build of sample 2018-10-23 22:12:55 +02:00
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
def get_type():

View File

@ -1,7 +1,7 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import lutin.debug as debug
import realog.debug as debug
def get_type():

View File

@ -56,7 +56,7 @@ static void myExternalLogCallback(const char* _libName, enum elog::level _level,
//! [elog_sample_main_base]
int main(int _argc, const char *_argv[]) {
// if you use etk/ewol/gale, elog init in contain in it.
elog::init(_argc, _argv);
elog::init(_argc, _argv, "appl_name");
//! [elog_sample_main_base]
//! [elog_sample_main_log]
APPL_VERBOSE("VERBOSE display");