◆ SpdlogSink()
template<class BaseSink >
template<class... Args>
◆ base()
template<class BaseSink >
◆ write()
template<class BaseSink >
Writes out the log message.
Calls into write from the Logger instance are guaranteed to be serialized with a mutex, so you don't need to do any locking in your implementation.
- Parameters
-
| category | Log category. |
| level | Log level. |
| message | Log message. |
Implements LogSink.
◆ _base
template<class BaseSink >
The documentation for this class was generated from the following file: