[DEV] add log interface (step 1)

This commit is contained in:
Edouard DUPIN 2014-01-05 23:04:43 +01:00
parent 622ef88fea
commit 546c90d972
4 changed files with 5 additions and 2 deletions

2
build

@ -1 +1 @@
Subproject commit 35230a0e958143e3d7c313c7fee90fac2f51a4bf
Subproject commit c90897e0cfd217bef60e7b3c693332748c452d36

2
external/etk vendored

@ -1 +1 @@
Subproject commit b5883ad93675e97ba1ec9dee0bbc3026984b8d22
Subproject commit 8d7bd46da421fe42eff61cd76543992e53acba48

1
macRun.txt Normal file
View File

@ -0,0 +1 @@
open -n ./AppName.app --args -AppCommandLineArg

View File

@ -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;
}