#include <inttypes.h>
#include <memory>
Go to the source code of this file.
|
#define | URCL_LOG_DEBUG(...) urcl::log(__FILE__, __LINE__, urcl::LogLevel::DEBUG, __VA_ARGS__) |
|
#define | URCL_LOG_ERROR(...) urcl::log(__FILE__, __LINE__, urcl::LogLevel::ERROR, __VA_ARGS__) |
|
#define | URCL_LOG_FATAL(...) urcl::log(__FILE__, __LINE__, urcl::LogLevel::FATAL, __VA_ARGS__) |
|
#define | URCL_LOG_INFO(...) urcl::log(__FILE__, __LINE__, urcl::LogLevel::INFO, __VA_ARGS__) |
|
#define | URCL_LOG_WARN(...) urcl::log(__FILE__, __LINE__, urcl::LogLevel::WARN, __VA_ARGS__) |
|
|
void | urcl::log (const char *file, int line, LogLevel level, const char *fmt,...) |
| Log a message, this is used internally by the macros to unpack the log message. Use the macros instead of this function directly. More...
|
|
void | urcl::registerLogHandler (std::unique_ptr< LogHandler > loghandler) |
| Register a new LogHandler object, for handling log messages. More...
|
|
void | urcl::setLogLevel (LogLevel level) |
| Set log level this will disable messages with lower log level. More...
|
|
void | urcl::unregisterLogHandler () |
| Unregister current log handler, this will enable default log handler. More...
|
|
◆ URCL_LOG_DEBUG
Definition at line 23 of file log.h.
◆ URCL_LOG_ERROR
Definition at line 26 of file log.h.
◆ URCL_LOG_FATAL
Definition at line 27 of file log.h.
◆ URCL_LOG_INFO
Definition at line 25 of file log.h.
◆ URCL_LOG_WARN
Definition at line 24 of file log.h.
ur_client_library
Author(s): Thomas Timm Andersen, Simon Rasmussen, Felix Exner, Lea Steffen, Tristan Schnell
autogenerated on Mon May 26 2025 02:35:58