Merge from lp:~vojtech-horky/helenos/logging
commit54a00703af50587df45bbb8f85be4f05097154f1
authorVojtech Horky <vojtechhorky@users.sourceforge.net>
Mon, 10 Sep 2012 09:54:09 +0000 (10 11:54 +0200)
committerVojtech Horky <vojtechhorky@users.sourceforge.net>
Mon, 10 Sep 2012 09:54:09 +0000 (10 11:54 +0200)
tree9a4d0319e11b16ab725308e23d256fa2d30e08b9
parent1dbd189b0e98a0f835bd872d52126bb32e841feb
parent42bde6a9f722bcf89bd14dbdcbbf3f2052c35254
Merge from lp:~vojtech-horky/helenos/logging

All logging is controlled by the logger service.

The API allows to create hierarchical logs and each log_msg()
must specify which log to use.

It is possible to change reported log level at runtime via
logset utility or at boot time through GRUB parameters.
uspace/app/tester/Makefile
uspace/app/tester/tester.c
uspace/app/tester/tester.h