mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
@@ -14,6 +14,7 @@ libxrpl.server > xrpl.basics
|
|||||||
libxrpl.server > xrpl.json
|
libxrpl.server > xrpl.json
|
||||||
libxrpl.server > xrpl.protocol
|
libxrpl.server > xrpl.protocol
|
||||||
libxrpl.server > xrpl.server
|
libxrpl.server > xrpl.server
|
||||||
|
libxrpl.telemetry > xrpl.basics
|
||||||
libxrpl.telemetry > xrpl.json
|
libxrpl.telemetry > xrpl.json
|
||||||
libxrpl.telemetry > xrpl.telemetry
|
libxrpl.telemetry > xrpl.telemetry
|
||||||
test.app > test.jtx
|
test.app > test.jtx
|
||||||
|
|||||||
@@ -365,7 +365,6 @@ public:
|
|||||||
/** Journal has no default constructor. */
|
/** Journal has no default constructor. */
|
||||||
Journal() = delete;
|
Journal() = delete;
|
||||||
|
|
||||||
[[deprecated]]
|
|
||||||
Journal(Journal const& other)
|
Journal(Journal const& other)
|
||||||
: Journal(other, nullptr)
|
: Journal(other, nullptr)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
#include <source_location>
|
#include <source_location>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace ripple::log {
|
namespace ripple::log {
|
||||||
|
|
||||||
@@ -77,7 +78,7 @@ public:
|
|||||||
void
|
void
|
||||||
setModuleName(std::string const& name) override;
|
setModuleName(std::string const& name) override;
|
||||||
|
|
||||||
std::unique_ptr<StructuredLogAttributes>
|
[[nodiscard]] std::unique_ptr<StructuredLogAttributes>
|
||||||
clone() const override;
|
clone() const override;
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user