Namespaces | |
| namespace | Raven |
| namespace | Raven::Script |
| namespace | Raven::Script::Log |
| namespace | Raven::Script::Log::Internal |
| Internal ABI-stable log sinks. Prefer the typed templates below. | |
Functions | |
| void | Raven::Script::Log::Internal::Debug_Internal (std::string_view message) |
Forwards to Logger::Debug. | |
| void | Raven::Script::Log::Internal::Info_Internal (std::string_view message) |
Forwards to Logger::Info. | |
| void | Raven::Script::Log::Internal::Warning_Internal (std::string_view message) |
Forwards to Logger::Warning. | |
| void | Raven::Script::Log::Internal::Error_Internal (std::string_view message) |
Forwards to Logger::Error. | |
| void | Raven::Script::Log::Internal::Critical_Internal (std::string_view message) |
Forwards to Logger::Critical. | |