12 std::unique_ptr<Impl> impl;
18 LLNDAPI
static LoggerRegistry& getInstance();
20 LLNDAPI std::shared_ptr<Logger> getOrCreate(std::string_view title);
22 LLNDAPI std::shared_ptr<Logger> tryGet(std::string_view title);
24 LLAPI
bool erase(std::string_view title);