Changed wxLOG_Max to be a smaller (but still large) value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -69,7 +69,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
|
||||
|
Reference in New Issue
Block a user