[DEV] add log interface (step 1)
This commit is contained in:
parent
622ef88fea
commit
546c90d972
2
build
2
build
@ -1 +1 @@
|
||||
Subproject commit 35230a0e958143e3d7c313c7fee90fac2f51a4bf
|
||||
Subproject commit c90897e0cfd217bef60e7b3c693332748c452d36
|
2
external/etk
vendored
2
external/etk
vendored
@ -1 +1 @@
|
||||
Subproject commit b5883ad93675e97ba1ec9dee0bbc3026984b8d22
|
||||
Subproject commit 8d7bd46da421fe42eff61cd76543992e53acba48
|
1
macRun.txt
Normal file
1
macRun.txt
Normal file
@ -0,0 +1 @@
|
||||
open -n ./AppName.app --args -AppCommandLineArg
|
@ -310,6 +310,8 @@ ewol::Context::Context(int32_t _argc, const char* _argv[]) :
|
||||
debug::setGeneralLevel(etk::logLevelVerbose);
|
||||
} else if (m_commandLine.get(iii) == "-fps") {
|
||||
m_displayFps=true;
|
||||
} else if (m_commandLine.get(iii) == "--dbg-file") {
|
||||
etk::cout.setOutputFile(true);
|
||||
} else {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user