1) log leves are now global wxLOG_ prefixed constants and not wxConfig::enum
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 May 1998 15:11:46 +0000 (15:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 May 1998 15:11:46 +0000 (15:11 +0000)
commit9ef3052c912e6e1fb35d589d14d38d65b7eb70d9
tree56e330233dbf57c6d1404dab295aca17303b72f1
parent9d8046f6fe42416f8d64a531f5ae82c09ed6ab42
1) log leves are now global wxLOG_ prefixed constants and not wxConfig::enum
   members
2) another variant of wxLogTrace() takes the trace level as argument: this
   allows to filter trace messages from different sources (see wxTraceXXX
   constants)
3) wxLogWindow class added: opens a debug frame which collects all log
   messages

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/log.h
src/common/log.cpp