ECLoggingMenu Class Reference
Inherits from | ECDebugMenu : NSMenu |
Declared in | ECLoggingMenu.h |
Overview
A utility menu containing various items for configuration of the logging system.
If you place one of these in your menu in MainMenu.xib, it will automatically populate a Debug menu with lots of options that let you control your channels.
Note that the menu is only intended for use with debug builds – in fact it automatically removes itself from release builds.
The sample application illustrates how to use this class.