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