funcmacro_log.h 728 B

1234567891011121314151617181920212223
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: funcmacro_log.h
  3. // Purpose: Logging function and macro group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_funcmacro_log Logging
  9. @ingroup group_funcmacro
  10. These functions provide a variety of logging functions. The functions use
  11. (implicitly) the currently active log target, so their descriptions here may
  12. not apply if the log target is not the standard one (installed by wxWidgets in
  13. the beginning of the program).
  14. Related Overviews: @ref overview_log
  15. Related class group: @ref group_class_logging
  16. */