History log of /haiku/headers/private/file_systems/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>


# 7868a011 28-Jun-2019 brjhaiku <brjhaiku@gmail.com>

fixed btrfs_shell

Change-Id: I792661b62d896f105690500403650b174a649de6


# c7919fc7 21-Aug-2018 Augustin Cavalier <waddlesplash@gmail.com>

packagefs: Move DebugSupport up into the file_systems shared folder.

ramfs will find it useful also.