|
|
@ -106,7 +106,7 @@ bool KIPLATFORM::APP::Init() |
|
|
wxLog::EnableLogging( true ); |
|
|
wxLog::EnableLogging( true ); |
|
|
#ifndef DEBUG
|
|
|
#ifndef DEBUG
|
|
|
wxLog::SetLogLevel( wxLOG_Trace ); |
|
|
wxLog::SetLogLevel( wxLOG_Trace ); |
|
|
#endif;
|
|
|
|
|
|
|
|
|
#endif
|
|
|
wxLog::SetActiveTarget( new wxLogStderr ); |
|
|
wxLog::SetActiveTarget( new wxLogStderr ); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|