]> rtime.felk.cvut.cz Git - ulut.git/commit
Conversion to new logging support finished.
authorppisa <ppisa>
Sun, 30 Jul 2006 23:37:07 +0000 (23:37 +0000)
committerppisa <ppisa>
Sun, 30 Jul 2006 23:37:07 +0000 (23:37 +0000)
commit740a78494879d3937db3e3b04e6a33ffb5bacd8c
tree1666d7cf933c3eb598366beea3247484bbb3fa09
parentd7a72329f737707a8548a3e3addac6389deb77d3
Conversion to new logging support finished.
It is now possible to selectively enable and set verbosity
for different logging domains from commandline.
The option "-g" argument syntax is same for all tools.
Number without domain specifier or with symbol "all"
select log level for all domains. Domain name followed
by "." or "=" character selects level for specified domain.
More specifications can be concatenated by symbol ":" or ",".
Usage example:

   -g 1:domone.5:domtwo.6

Requires to select level 1 for all but two listed two specified
domains. Log levels for "domone" and "domtwo" domains are set
to 5 or 6 respectively.
ulut/ul_logbase.c
ulut/ul_logbase.h
ulut/ul_logreg.c