9 #include "quill/core/Attributes.h" 10 #include "quill/core/LogLevel.h" 11 #include "quill/sinks/Sink.h" 15 #include <string_view> 33 std::string_view, std::string
const&, std::string_view,
34 LogLevel, std::string_view, std::string_view,
35 std::vector<std::pair<std::string, std::string>>
const*,
36 std::string_view, std::string_view)
override Base class for sinks.
Definition: Sink.h:46
QUILL_ATTRIBUTE_HOT void flush_sink() override
Flushes the sink, synchronizing the associated sink with its controlled output sequence.
Definition: NullSink.h:40
QUILL_ATTRIBUTE_HOT void write_log(MacroMetadata const *, uint64_t, std::string_view, std::string_view, std::string const &, std::string_view, LogLevel, std::string_view, std::string_view, std::vector< std::pair< std::string, std::string >> const *, std::string_view, std::string_view) override
Discards the provided log record.
Definition: NullSink.h:32
Definition: NullSink.h:26