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