Shortcuts

Template Function ripple::log_error

Function Documentation

template<typename Fmt, typename ...FmtArgs>
auto ripple::log_error(Fmt &&format, FmtArgs&&... fmt_args) noexcept -> void

Logs the format specifier, filling in the format string with the fmt_args, if the LogLevel of the logger is less than or equal to LogLevel::error.

The format and fmt_args should be specified as they would to std::format().

Parameters
  • format: The format specifier for the message.

  • fmt_args: The arguments for the format specifier.

Template Parameters
  • Fmt: The type of the format specifier.

  • FmtArgs: The types of the format arguments.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples