git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9821
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// generic log function
void wxLogGeneric(wxLogLevel level, const wxChar *szFormat, ...)
{
// generic log function
void wxLogGeneric(wxLogLevel level, const wxChar *szFormat, ...)
{
-<<<<<<< log.cpp
- if ( wxLog::GetActiveTarget() != NULL ) {
- wxCRIT_SECT_LOCKER(locker, gs_csLogBuf);
-
- va_list argptr;
- va_start(argptr, szFormat);
- wxVsnprintf(s_szBuf, WXSIZEOF(s_szBuf), szFormat, argptr);
- va_end(argptr);
-=======
if ( IsLoggingEnabled() ) {
wxCRIT_SECT_LOCKER(locker, gs_csLogBuf);
if ( IsLoggingEnabled() ) {
wxCRIT_SECT_LOCKER(locker, gs_csLogBuf);
-<<<<<<< log.cpp
- wxLog::OnLog(level, s_szBuf, time(NULL));
- }
-=======
va_list argptr;
va_start(argptr, szFormat);
wxVsnprintf(s_szBuf, WXSIZEOF(s_szBuf), szFormat, argptr);
va_list argptr;
va_start(argptr, szFormat);
wxVsnprintf(s_szBuf, WXSIZEOF(s_szBuf), szFormat, argptr);
wxLog::OnLog(level, s_szBuf, time(NULL));
}
wxLog::OnLog(level, s_szBuf, time(NULL));
}
}
#define IMPLEMENT_LOG_FUNCTION(level) \
}
#define IMPLEMENT_LOG_FUNCTION(level) \