index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
LogStream.h
Age
Commit message (
Expand
)
Author
2021-03-12
AK+LibCore: Remove empty files
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-01-23
Everywhere: Deprecate dbg().
asynts
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-11-09
AK: Remove out() and warn().
asynts
2020-10-25
AK: Deprecate warn().
asynts
2020-10-24
AK: Add [[deprecated]] to out().
asynts
2020-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-02
AK+Format: Do some housekeeping in the format implementation.
asynts
2020-09-23
AK: Add outf, warnf and dbgf.
asynts
2020-09-10
AK: Replace LogStream operator for ReadonlyBytes with dump_bytes.
asynts
2020-09-06
AK: Add LogStream overload for ReadonlyBytes.
asynts
2020-09-06
AK: Add log stream operator overload for Span.
asynts
2020-08-30
AK: Provide off-switch for dbg() output
Ben Wiederhake
2020-07-03
AK: Serialize entire log statements
Tom
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-08
AK: Declare LogStream::operator<<(const LogStream&, long) (#2155)
Devashish Jaiswal
2020-04-12
AK: Add LogStream operator<< overloads for float and double
Andreas Kling
2020-04-06
AK: Add out() and warn() streams that forward to stdout and stderr
Andreas Kling
2020-03-22
AK: Add FlyString::to_lowercase() and LogStream operator<<(FlyString)
Andreas Kling
2020-03-04
AK: LogStream should handle being passed a null const char*
Andreas Kling
2020-03-02
AK: Add support for Kernel Log Stream
Liav A
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-09
AK: Apply changes for the Bootstrapper environment
Liav A
2020-02-05
AK: Break LogStream::operator<< overloads into i/l/ll and u/ul/ull
Andreas Kling
2020-02-05
AK: Add support for 64-bit size_t
joshua stein
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-20
Build: Get rid of the USERLAND define
Andreas Kling
2019-12-09
AK: Handle LogStream operator<<(size_t)
Andreas Kling
2019-11-06
AK: Get rid of TStyle (output styling helper for LogStream)
Andreas Kling
2019-08-15
LogStream: Prefix userspace dbg() output with "ProcessName(PID): "
Andreas Kling
2019-07-25
AK: Rename ValueRestorer => ScopedValueRollback.
Andreas Kling
2019-07-25
LogStream: Preserve errno for the lifetime of a LogStream object.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output.
Andreas Kling
2019-07-15
LogStream: Add a simple-ish mechanism for colorizing and styling output.
Andreas Kling
2019-07-04
AK: Move some of LogStream out of line & add overloads for smart pointers.
Andreas Kling
2019-07-04
AK: Start fleshing out LogStream, a type-aware logging mechanism.
Andreas Kling