main.cpp: Add use of log.
This commit is contained in:
parent
83362b2b97
commit
700d72d43c
@ -9,6 +9,11 @@ void print( void* arg, const char* text )
|
||||
|
||||
int main( int argc, char* argv[] )
|
||||
{
|
||||
cw::log::createGlobal();
|
||||
|
||||
cwLogInfo("Project template");
|
||||
|
||||
cw::log::destroyGlobal();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user