|
cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Namespace of internal implementation of logging using spdlog library. More...
Classes | |
| class | SpdlogLogSink |
| Class of log sinks using spdlog library. More... | |
Functions | |
| void | configure_spdlog_logger_format_for_consoles (const std::shared_ptr< spdlog::logger > &logger) |
| Configure the log format of a logger in spdlog library for output to consoles. | |
| void | configure_spdlog_logger_format_for_files (const std::shared_ptr< spdlog::logger > &logger) |
| Configure the log format of a logger in spdlog library for output to files. | |
| spdlog::level::level_enum | convert_log_level (LogLevel level) |
| Convert a log level in this library to a log level in spdlog library. | |
Namespace of internal implementation of logging using spdlog library.
|
inline |
Configure the log format of a logger in spdlog library for output to consoles.
| [in] | logger | Logger in spdlog library. |
Definition at line 106 of file spdlog_log_sink.h.
|
inline |
Configure the log format of a logger in spdlog library for output to files.
| [in] | logger | Logger in spdlog library. |
Definition at line 117 of file spdlog_log_sink.h.
|
inlinenodiscard |
Convert a log level in this library to a log level in spdlog library.
| [in] | level | Log level in this library. |
Definition at line 44 of file spdlog_log_sink.h.