]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/cocoa/log.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/cocoa/log.h
3 // Purpose: Declare wxCocoa-specific trace masks
4 // Author: David Elliott
7 // Copyright: (c) 2004 David Elliott
8 // Licence: wxWindows licence
9 ///////////////////////////////////////////////////////////////////////////////
11 #ifndef _WX_COCOA_LOG_H__
12 #define _WX_COCOA_LOG_H__
14 // General tracing (in lieu of wxLogDebug)
15 #define wxTRACE_COCOA wxT("COCOA")
17 #define wxTRACE_COCOA_RetainRelease wxT("COCOA_RetainRelease")
18 #define wxTRACE_COCOA_TopLevelWindow_Size wxT("COCOA_TopLevelWindow_Size")
19 #define wxTRACE_COCOA_Window_Size wxT("COCOA_Window_Size")
21 #endif //ndef _WX_COCOA_LOG_H__