# # ChangeLog for uspace/app/logset in mainline # # Generated by Trac 1.6 # 2025-09-13T06:34:32Z Thu, 23 Aug 2012 18:04:47 GMT Vojtech Horky [4b640a2] * uspace/app/logset/main.c (modified) Fix usage help on logset Fri, 17 Aug 2012 09:57:27 GMT Vojtech Horky [f039dba] * uspace/app/logset/main.c (modified) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/logctl.c (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/logctl.h (modified) * uspace/lib/c/include/ipc/logger.h (modified) * uspace/srv/logger/ctl.c (modified) * uspace/srv/logger/initlvl.c (modified) * uspace/srv/logger/logger.h (modified) * uspace/srv/logger/logs.c (modified) * uspace/srv/logger/writer.c (modified) Logger also works with hierarchy Thu, 16 Aug 2012 22:21:35 GMT Vojtech Horky [f50a756] * uspace/app/logset/main.c (modified) * uspace/lib/c/generic/io/logctl.c (modified) * uspace/lib/c/include/io/logctl.h (modified) Function renaming Thu, 16 Aug 2012 15:08:19 GMT Vojtech Horky [80d8885] * uspace/app/logset/main.c (modified) * uspace/lib/c/generic/io/logctl.c (modified) * uspace/lib/c/include/io/logctl.h (modified) * uspace/lib/c/include/ipc/logger.h (modified) * uspace/srv/logger/logger.h (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/logger/namespace.c (modified) Set levels for individual contexts Thu, 16 Aug 2012 11:58:46 GMT Vojtech Horky [494f417] * uspace/app/logset/main.c (modified) * uspace/lib/c/generic/io/logctl.c (modified) * uspace/lib/c/include/io/logctl.h (modified) * uspace/lib/c/include/ipc/logger.h (modified) * uspace/srv/logger/logger.h (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/logger/namespace.c (modified) Allow changing level of individual namespaces Thu, 16 Aug 2012 11:36:54 GMT Vojtech Horky [eab3d04] * uspace/app/logset/main.c (modified) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/logctl.c (modified) * uspace/lib/c/include/io/log.h (modified) Allow specifying of log level as a name Thu, 16 Aug 2012 08:44:34 GMT Vojtech Horky [669f5cae] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/logset/Makefile (added) * uspace/app/logset/main.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/io/logctl.c (added) * uspace/lib/c/include/io/logctl.h (added) * uspace/lib/c/include/ipc/logger.h (modified) * uspace/srv/logger/Makefile (modified) * uspace/srv/logger/logger.h (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/logger/namespace.c (modified) Allow setting default log level Currently, it does not affect ...