Compare commits

..

No commits in common. "48a7c7932b6882a0fe0718922e9b180beeed9487" and "861ac881ac51e263311bfd8a184f90a7618017a2" have entirely different histories.

4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -1,7 +1,7 @@
#!/usr/bin/python
import realog.debug as debug
import lutin.debug as debug
import lutin.tools as tools
import realog.debug as debug
import lutin.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, "appl_name");
elog::init(_argc, _argv);
//! [elog_sample_main_base]
//! [elog_sample_main_log]
APPL_VERBOSE("VERBOSE display");