Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
5b98bb47
Kaydet (Commit)
5b98bb47
authored
Şub 23, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
log-areas clean up
üst
e9d045f0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
20 deletions
+26
-20
Package_inc.mk
sal/Package_inc.mk
+1
-0
log-areas.dox
sal/inc/sal/log-areas.dox
+25
-20
No files found.
sal/Package_inc.mk
Dosyayı görüntüle @
5b98bb47
...
...
@@ -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/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/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/macros.h,sal/macros.h))
$(eval
$(call
gb_Package_add_file,sal_inc,inc/sal/main.h,sal/main.h))
...
...
sal/inc/sal/log-areas.dox
Dosyayı görüntüle @
5b98bb47
...
...
@@ -3,45 +3,50 @@
@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.
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
the appropriate area if it exists. This list is not definite, if you need
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
certain functionality.
@section Calc
@li sc.ui - Calc's UI
@li @c sc.ui - Calc UI
@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 vcl.gtk - Gtk+ 2/3 plugin
@li @c rtl.string - ::rtl::OString, ::rtl::OUString, and related functionality
@section Writer
@li sw.uno - Writer's UNO interfaces
@li sw.ww8 - .doc/.docx export filter, .doc import filter (not writerfilter)
@li sw.rtf - .rtf export filter
@section VCL
@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)
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment