![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Functions | |
IVW_CORE_API void | logDirectly (LogLevel level, SourceContext context, std::string_view message) |
void | report (LogLevel level, SourceContext context, fmt::string_view format, fmt::format_args &&args) |
void | report (Logger &logger, LogLevel level, SourceContext context, fmt::string_view format, fmt::format_args &&args) |
All log functions either take an explicit SourceContext argument, or automatically extract one from the call site. All functions that take a fmt::format_string do compile time format checks.