History log of /haiku/src/servers/package/DebugSupport.h
Revision Date Author Comments
# b6b61bd3 24-Aug-2022 Alexander von Gluck IV <kallisti5@unixzen.com>

general/logs: Ensure all logs start with THING:

* 90% of our logs start with some context on what is
generating a log message (thing:)
* Things following this logging model however do "thing [time"
which is inconsistent
* Being consistent will allow us to start scanning logs in a
smart way and try to analyze patterns of what is throwing
errors, etc in an automatic way.
aka /^(service/driver/etc)\:/

Change-Id: I1ef2df4f17f70f858a485554a4e8a3f87f1a69c8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5568
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Oscar Lesta <oscar.lesta@gmail.com>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>


# 92693623 27-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package daemon: DebugSupport.h: fix (64 bit) printf() formats


# 26296b0a 05-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add the humble beginnings of the package daemon

It doesn't really do anything yet save for tracking what packagefs
volumes are mounted and unmounted.


# 92693623e2f91febd6432d918f82d094954688f4 27-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package daemon: DebugSupport.h: fix (64 bit) printf() formats


# 26296b0aa4ddcc1b8baf1e6c380d0f8634730068 05-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add the humble beginnings of the package daemon

It doesn't really do anything yet save for tracking what packagefs
volumes are mounted and unmounted.