3#include <xrpl/beast/utility/Journal.h>
37 strm_ << text <<
'\n';
Abstraction for the underlying message destination.
virtual Severity threshold() const
Returns the minimum severity level this sink will report.
Sink(Sink const &sink)=default
void writeAlways(beast::Severity, std::string const &text) override
Bypass filter and write text to the sink at the specified severity.
CaptureSink(beast::Severity threshold=beast::Severity::Debug)
void write(beast::Severity level, std::string const &text) override
Write text to the sink at the specified severity.
std::string messages() const
Severity
Severity level / threshold of a Journal message.