Kaydet (Commit) 5b98bb47 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

log-areas clean up

üst e9d045f0
...@@ -105,6 +105,7 @@ $(eval $(call gb_Package_add_file,sal_inc,inc/rtl/ustring.hxx,rtl/ustring.hxx)) ...@@ -105,6 +105,7 @@ $(eval $(call gb_Package_add_file,sal_inc,inc/rtl/ustring.hxx,rtl/ustring.hxx))
$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/uuid.h,rtl/uuid.h)) $(eval $(call gb_Package_add_file,sal_inc,inc/rtl/uuid.h,rtl/uuid.h))
$(eval $(call gb_Package_add_file,sal_inc,inc/sal/alloca.h,sal/alloca.h)) $(eval $(call gb_Package_add_file,sal_inc,inc/sal/alloca.h,sal/alloca.h))
$(eval $(call gb_Package_add_file,sal_inc,inc/sal/config.h,sal/config.h)) $(eval $(call gb_Package_add_file,sal_inc,inc/sal/config.h,sal/config.h))
$(eval $(call gb_Package_add_file,sal_inc,inc/sal/log-areas.dox,sal/log-areas.dox))
$(eval $(call gb_Package_add_file,sal_inc,inc/sal/log.hxx,sal/log.hxx)) $(eval $(call gb_Package_add_file,sal_inc,inc/sal/log.hxx,sal/log.hxx))
$(eval $(call gb_Package_add_file,sal_inc,inc/sal/macros.h,sal/macros.h)) $(eval $(call gb_Package_add_file,sal_inc,inc/sal/macros.h,sal/macros.h))
$(eval $(call gb_Package_add_file,sal_inc,inc/sal/main.h,sal/main.h)) $(eval $(call gb_Package_add_file,sal_inc,inc/sal/main.h,sal/main.h))
......
/** /**
@page sal_log_areas SAL debug areas @page sal_log_areas SAL debug areas
@short List and description of areas for the SAL debug macros @short List and description of areas for the SAL debug macros
This is a list of areas that are used by the SAL_INFO family of macros.
See @ref sal_log "basic log functionality" for details about this functionality.
If you need use a debug area in some code, first check this list and use This is a list of areas that are used by the SAL_INFO family of macros. See
the appropriate area if it exists. This list is not definite, if you need @ref sal_log "basic log functionality" for details about this functionality.
a new area, use it and add it to the list in the proper section with an explanation.
If you need a debug area in some code, first check this list and use the
appropriate area if it exists. This list is not definite, if you need a new
area, use it and add it to an appropriate section with an explanation.
Generally, use the name of the relevant code module as the first area segment.
Please keep all entries sorted.
This list should give you an overview of which areas to enable when debugging This list should give you an overview of which areas to enable when debugging
certain functionality. certain functionality.
@section Calc @section Calc
@li sc.ui - Calc's UI @li @c sc.ui - Calc UI
@section Filter @section Filter
@li filter.ms - escher export/import support @li @c filter.ms - escher import/export
@li @c oox.xmlstream - XmlStream class
@section oox
@li oox.xmlstream - XmlStream class @section Math
@section SAL/RTL @li @c starmath.ooxml - OOXML import/export
@li rtl.string - rtl::OString, rtl::OUString and related functionality
@section VCL @section URE
@li vcl.gdi - the GDI part of VCL: devices, bitmaps, etc. @li @c rtl.string - ::rtl::OString, ::rtl::OUString, and related functionality
@li vcl.gtk - Gtk+ 2/3 plugin
@section Writer
@li sw.uno - Writer's UNO interfaces @section VCL
@li sw.ww8 - .doc/.docx export filter, .doc import filter (not writerfilter)
@li sw.rtf - .rtf export filter @li @c vcl.gdi - the GDI part of VCL, devices, bitmaps, etc.
@li @c vcl.gtk - Gtk+ 2/3 plugin
@section StarMath
@li starmath.ooxml - OOXML export/import support @section Writer
@li @c sw.rtf - .rtf export filter
@li @c sw.uno - Writer UNO interfaces
@li @c sw.ww8 - .doc/.docx export filter, .doc import filter (not writerfilter)
*/ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment