diff --git a/include/quill/core/LoggerBase.h b/include/quill/core/LoggerBase.h index 901f0343..64743182 100644 --- a/include/quill/core/LoggerBase.h +++ b/include/quill/core/LoggerBase.h @@ -95,6 +95,7 @@ class LoggerBase /** * Returns a const reference to the sinks vector. * @warning The returned sinks should be treated as read-only. Do not modify the Sink objects as they are used by the backend thread + * @return A constant reference to the std::vector> object */ QUILL_NODISCARD std::vector> const& get_sinks() const noexcept {