]>
Commit | Line | Data |
---|---|---|
1 | ///////////////////////////////////////////////////////////////////////////// | |
2 | // Name: funcmacro_log.h | |
3 | // Purpose: Logging function and macro group docs | |
4 | // Author: wxWidgets team | |
5 | // RCS-ID: $Id: funcmacro_gdi.h 52454 2008-03-12 19:08:48Z BP $ | |
6 | // Licence: wxWindows licence | |
7 | ///////////////////////////////////////////////////////////////////////////// | |
8 | ||
9 | /** | |
10 | ||
11 | @defgroup group_funcmacro_log Logging | |
12 | @ingroup group_funcmacro | |
13 | ||
14 | These functions provide a variety of logging functions. The functions use | |
15 | (implicitly) the currently active log target, so their descriptions here may | |
16 | not apply if the log target is not the standard one (installed by wxWidgets in | |
17 | the beginning of the program). | |
18 | ||
19 | Related Overviews: @ref overview_log | |
20 | ||
21 | Related class group: @ref group_class_logging | |
22 | ||
23 | */ | |
24 |