mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-14 08:45:51 +00:00
@@ -46,6 +46,7 @@
|
||||
|
||||
#include <array>
|
||||
#include <cstddef>
|
||||
#include <expected>
|
||||
#include <optional>
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
@@ -278,8 +279,9 @@ public:
|
||||
* @brief Global log core initialization from a @ref Config
|
||||
*
|
||||
* @param config The configuration to use
|
||||
* @return Void on success, error message on failure
|
||||
*/
|
||||
static void
|
||||
[[nodiscard]] static std::expected<void, std::string>
|
||||
init(config::ClioConfigDefinition const& config);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user