summaryrefslogtreecommitdiff
path: root/AK/LogStream.h
AgeCommit message (Expand)Author
2019-08-15LogStream: Prefix userspace dbg() output with "ProcessName(PID): "Andreas Kling
2019-07-25AK: Rename ValueRestorer => ScopedValueRollback.Andreas Kling
2019-07-25LogStream: Preserve errno for the lifetime of a LogStream object.Andreas Kling
2019-07-21Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output.Andreas Kling
2019-07-15LogStream: Add a simple-ish mechanism for colorizing and styling output.Andreas Kling
2019-07-04AK: Move some of LogStream out of line & add overloads for smart pointers.Andreas Kling
2019-07-04AK: Start fleshing out LogStream, a type-aware logging mechanism.Andreas Kling