mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:17:34 +00:00
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Good-bye LogStream. Long live AK::Format!
This commit is contained in:
parent
423ed53396
commit
ef1e5db1d0
209 changed files with 164 additions and 837 deletions
|
@ -38,7 +38,6 @@
|
|||
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/LogStream.h>
|
||||
#include <AK/Memory.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
|
@ -175,9 +174,4 @@ private:
|
|||
RefPtr<KBufferImpl> m_impl;
|
||||
};
|
||||
|
||||
inline const LogStream& operator<<(const LogStream& stream, const KBuffer& value)
|
||||
{
|
||||
return stream << StringView(value.data(), value.size());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue