summaryrefslogtreecommitdiff
path: root/AK/LogStream.cpp
AgeCommit message (Expand)Author
2020-11-09AK: Remove out() and warn().asynts
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-09-23AK: Resolve format related circular dependencies properly.asynts
2020-09-10AK: Replace LogStream operator for ReadonlyBytes with dump_bytes.asynts
2020-09-06AK: Add LogStream overload for ReadonlyBytes.asynts
2020-08-30AK: Provide off-switch for dbg() outputBen Wiederhake
2020-08-22AK: Prefer snprintf over sprintfBen Wiederhake
2020-07-03AK: Serialize entire log statementsTom
2020-07-01Kernel: Turn Thread::current and Process::current into functionsTom
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-04-12AK: Add LogStream operator<< overloads for float and doubleAndreas Kling
2020-04-06AK: Add out() and warn() streams that forward to stdout and stderrAndreas Kling
2020-03-22AK: Add FlyString::to_lowercase() and LogStream operator<<(FlyString)Andreas Kling
2020-03-02AK: Add support for Kernel Log StreamLiav A
2020-02-17Kernel: Replace "current" with Thread::current and Process::currentAndreas Kling
2020-02-16AK: Don't construct a String every time we LogStream<< a numberAndreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-02-09AK: Apply changes for the Bootstrapper environmentLiav A
2020-02-08AK: Add LogStream overloads for long and long longAndreas Kling
2020-02-05AK: Break LogStream::operator<< overloads into i/l/ll and u/ul/ullAndreas Kling
2020-02-05AK: Add support for 64-bit size_tjoshua stein
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