summaryrefslogtreecommitdiff
path: root/AK/LogStream.cpp
AgeCommit message (Expand)Author
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-15LogStream: Prefix userspace dbg() output with "ProcessName(PID): "Andreas Kling
2019-07-15LogStream: Add a simple-ish mechanism for colorizing and styling output.Andreas Kling
2019-07-08StringView: Rename characters() to characters_without_null_termination().Andreas Kling
2019-07-08LogStream: Uninline some public functions so the linker can find them.Andreas Kling
2019-07-04AK: Move some of LogStream out of line & add overloads for smart pointers.Andreas Kling