Skip to content

Commit

Permalink
minor doc
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed Oct 4, 2024
1 parent f44a182 commit 0dab51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/quill/core/LoggerBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::shared_ptr<Sink>> object
*/
QUILL_NODISCARD std::vector<std::shared_ptr<Sink>> const& get_sinks() const noexcept
{
Expand Down

0 comments on commit 0dab51a

Please sign in to comment.