| 1 | ///////////////////////////////////////////////////////////////////////////// |
| 2 | // Name: class_logging.h |
| 3 | // Purpose: Logging classes group docs |
| 4 | // Author: wxWidgets team |
| 5 | // RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $ |
| 6 | // Licence: wxWindows license |
| 7 | ///////////////////////////////////////////////////////////////////////////// |
| 8 | |
| 9 | /** |
| 10 | |
| 11 | @defgroup group_class_logging Logging |
| 12 | @ingroup group_class |
| 13 | |
| 14 | wxWidgets provides several classes and functions for message logging. |
| 15 | |
| 16 | Related Overviews: @ref overview_log |
| 17 | |
| 18 | */ |
| 19 | |