]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed wxLOG_Max to be a smaller (but still large) value
authorRobin Dunn <robin@alldunn.com>
Wed, 1 Jan 2003 22:50:02 +0000 (22:50 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 1 Jan 2003 22:50:02 +0000 (22:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/log.h

index c14888ba33413b57452d9844b306720a535a36bc..ee2f933f8f786955fafcfb9812678214a53471fa 100644 (file)
@@ -71,7 +71,7 @@ enum
     wxLOG_Trace,      // trace messages are also only enabled in debug mode
     wxLOG_Progress,   // used for progress indicator (not yet)
     wxLOG_User = 100, // user defined levels start here
-    wxLOG_Max = UINT_MAX
+    wxLOG_Max = 10000
 };
 
 // symbolic trace masks - wxLogTrace("foo", "some trace message...") will be