#include "di/format/prelude.h"#include "di/util/prelude.h"#include "iris/core/global_state.h"#include "iris/core/interrupt_disabler.h"Go to the source code of this file.
Classes | |
| struct | iris::detail::DebugFormatContext |
Namespaces | |
| namespace | iris |
| namespace | iris::detail |
Typedefs | |
| using | iris::Encoding = di::container::string::Utf8Encoding |
Functions | |
| void | iris::log_output_character (c32 value) |
| void | iris::log_output_byte (di::Byte byte) |
| void | iris::log_prologue (detail::DebugFormatContext &context, di::SourceLocation location) |
| template<typename... Args> | |
| void | iris::print (di::format::FormatStringWithLocationImpl< Encoding, Args... > format, Args &&... args) |
| template<typename... Args> | |
| void | iris::println (di::format::FormatStringWithLocationImpl< Encoding, Args... > format, Args &&... args) |