summaryrefslogtreecommitdiff
path: root/AK/LogStream.cpp
AgeCommit message (Expand)Author
2020-01-21Kernel: Tidy up debug logging a little bitAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-20Build: Get rid of the USERLAND defineAndreas Kling
2019-12-09AK: Handle LogStream operator<<(size_t)Andreas Kling
2019-11-06AK: Get rid of TStyle (output styling helper for LogStream)Andreas Kling
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