mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
@@ -206,7 +206,7 @@ public:
|
||||
write(
|
||||
beast::severities::Severity level,
|
||||
std::string const& partition,
|
||||
std::string text,
|
||||
std::string const& text,
|
||||
bool console);
|
||||
|
||||
std::string
|
||||
@@ -244,7 +244,7 @@ public:
|
||||
static void
|
||||
format(
|
||||
std::string& output,
|
||||
std::string message,
|
||||
std::string const& message,
|
||||
beast::severities::Severity severity,
|
||||
std::string const& partition);
|
||||
|
||||
|
||||
@@ -97,7 +97,7 @@ enum Severity {
|
||||
kNone = kDisabled
|
||||
};
|
||||
|
||||
std::string
|
||||
std::string_view
|
||||
to_string(Severity severity);
|
||||
} // namespace severities
|
||||
|
||||
|
||||
Reference in New Issue
Block a user