mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
@@ -72,10 +72,10 @@ public:
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual std::unique_ptr<beast::Journal::Sink>
|
std::unique_ptr<beast::Journal::Sink>
|
||||||
makeSink(
|
makeSink(
|
||||||
std::string const& partition,
|
std::string const& partition,
|
||||||
beast::severities::Severity startingLevel)
|
beast::severities::Severity startingLevel) override
|
||||||
{
|
{
|
||||||
return std::make_unique<Sink>(partition, startingLevel, *this);
|
return std::make_unique<Sink>(partition, startingLevel, *this);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user