Skip to main content

AVxcelerate Simulation Framework 2026 R1

Namespace simulation_framework::core::logging

Last update: 09.03.2026

Definition: core/logging/logging.h (line 20)

Classes

Functions

Function SetLogLevel

static void simulation_framework::core::logging::SetLogLevel(LogLevel log_level) noexcept

Set Log level of logging instance.

Parameters:

  • level: The log level of the message

Parameters:

Return type: void

Function Debug

static void simulation_framework::core::logging::Debug(std::string_view message) noexcept

Log a message with log level "Debug". This will use the singleton LoggingInstance to get the message logged by all registered loggers.

Parameters:

  • message: The log message

Parameters:

  • std::string_view message

Return type: void

Function Info

static void simulation_framework::core::logging::Info(std::string_view message) noexcept

Log a message with log level "Info". This will use the singleton LoggingInstance to get the message logged by all registered loggers.

Parameters:

  • message: The log message

Parameters:

  • std::string_view message

Return type: void

Function Warning

static void simulation_framework::core::logging::Warning(std::string_view message) noexcept

Log a message with log level "Warning". This will use the singleton LoggingInstance to get the message logged by all registered loggers.

Parameters:

  • message: The log message

Parameters:

  • std::string_view message

Return type: void

Function Error

static void simulation_framework::core::logging::Error(std::string_view message) noexcept

Log a message with log level "Error". This will use the singleton LoggingInstance to get the message logged by all registered loggers.

Parameters:

  • message: The log message

Parameters:

  • std::string_view message

Return type: void

Connect with Ansys