Compare commits
2 Commits
861ac881ac
...
48a7c7932b
Author | SHA1 | Date | |
---|---|---|---|
48a7c7932b | |||
57b3afb629 |
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
import lutin.debug as debug
|
||||
import realog.debug as debug
|
||||
import lutin.tools as tools
|
||||
|
||||
|
||||
|
@ -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():
|
||||
|
@ -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():
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user