fix logic
[personal-kdelibs.git] / kdecore / kdebugrc
blobef781a3275a63a0370b7cf82e436a1fdb23b135d
1 # This files includes the default behavior for some specific debug areas
2 # This allows to leave the kDebug* calls in the code, but still have them
3 # disabled for most users.
5 # This file will be installed as $KDEDIR/share/config/kdebugrc
7 # There are four levels of output: Info, Warn, Error and Fatal
8 # corresponding to kDebug(), kdWarn(), kError(), kFatal()
10 # For every of them you can define a target by *Output=n
11 # using the following numbers:
13 #   0 = file
14 #   1 = message box
15 #   2 = shell (stderr)
16 #   3 = syslog
17 #   4 = off
19 # For file output you can give a filename by *Filename=<file>
20 # otherwise kdebug.dbg in the current directory is used.
22 # example:
24 # For the debug area 100 you want output of debug messages
25 # to a file /var/log/dbg.log and error messages as message boxes.
26 # Additionally the program should abort on fatal errors.
28 # [100]
29 # InfoOutput=0
30 # InfoFilename=/var/log/dbg.log
31 # ErrorOutput=1
32 # AbortFatal=1
35 # KGlobalAccel debug info off
36 [125]
37 InfoOutput=4
39 # KAction debug info off
40 [129]
41 InfoOutput=4
43 # KStartupInfo debug info off
44 [172]
45 InfoOutput=4
47 # KLocale debug info off
48 [173]
49 InfoOutput=4
51 # KMainWindow debug info off
52 [200]
53 InfoOutput=4
55 # KFile debug info off
56 [250]
57 InfoOutput=4
59 # KIconloader debug info off
60 [264]
61 InfoOutput=4
63 # KSpell debug info off
64 [750]
65 InfoOutput=4
67 # KPart's mainwindow info off
68 [1001]
69 InfoOutput=4
71 # KPart's factory info off
72 [1002]
73 InfoOutput=4
75 # KDesktop icons
76 [1214]
77 InfoOutput=4
79 # KHotKeys
80 [1217]
81 InfoOutput=4
83 # KMail
84 [5006]
85 InfoOutput=2
87 # KitchenSync (Syncing Algorithm)
88 [5250]
89 InfoOutput=4
91 # calendarsystem debug info off
92 [5400]
93 InfoOutput=4
95 # kabc/vcard
96 [5710]
97 InfoOutput=4
99 # korganizer (verbose)
100 [5855]
101 InfoOutput=4
103 # korgac (check)
104 [5891]
105 InfoOutput=4
107 # kalarmd check
108 [5901]
109 InfoOutput=4
111 # kio_http_debug debug info off
112 [7113]
113 InfoOutput=4
115 # kbzip2filter's debug info off
116 [7118]
117 InfoOutput=4
119 # kio_nntp debug info off
120 [7114]
121 InfoOutput=4
123 # KRun debug info off
124 [7010]
125 InfoOutput=4
127 # KGame debug info off
128 [11001]
129 InfoOutput=4
131 # KOStore debug info off
132 [30002]
133 InfoOutput=4