2008-03-14 01:47:17 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: funcmacro_log.h
|
|
|
|
// Purpose: Logging function and macro group docs
|
|
|
|
// Author: wxWidgets team
|
2010-07-13 09:29:13 -04:00
|
|
|
// Licence: wxWindows licence
|
2008-03-14 01:47:17 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup group_funcmacro_log Logging
|
|
|
|
@ingroup group_funcmacro
|
|
|
|
|
|
|
|
These functions provide a variety of logging functions. The functions use
|
|
|
|
(implicitly) the currently active log target, so their descriptions here may
|
|
|
|
not apply if the log target is not the standard one (installed by wxWidgets in
|
|
|
|
the beginning of the program).
|
|
|
|
|
|
|
|
Related Overviews: @ref overview_log
|
|
|
|
|
2008-12-12 13:51:54 -05:00
|
|
|
Related class group: @ref group_class_logging
|
|
|
|
|
2008-03-14 01:47:17 -04:00
|
|
|
*/
|
|
|
|
|