mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:37:34 +00:00
Everywhere: Deprecate dbg().
This commit is contained in:
parent
d7345cf560
commit
1c1e577a5e
5 changed files with 51 additions and 48 deletions
|
@ -179,7 +179,7 @@ inline const LogStream& operator<<(const LogStream& stream, bool value)
|
|||
return stream << (value ? "true" : "false");
|
||||
}
|
||||
|
||||
DebugLogStream dbg();
|
||||
[[deprecated("Plase use dbgln in AK/Format.h instead.")]] DebugLogStream dbg();
|
||||
|
||||
#ifdef KERNEL
|
||||
KernelLogStream klog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue