SHA256
modify header file
This commit is contained in:
@@ -33,7 +33,7 @@ namespace flog {
|
||||
|
||||
PushResult<std::unique_ptr<LogOutputter>> FLOG_CALL add_outputter(std::unique_ptr<LogOutputter> outputter);
|
||||
bool FLOG_CALL contains_outputter(std::string_view name) const noexcept;
|
||||
std::optional<std::unique_ptr<LogOutputter>> try_delete_outputter(std::string_view name) noexcept;
|
||||
std::optional<std::unique_ptr<LogOutputter>> FLOG_CALL try_delete_outputter(std::string_view name) noexcept;
|
||||
|
||||
std::shared_ptr<Logger> FLOG_CALL get_logger(const std::string &name);
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace flog {
|
||||
|
||||
virtual ~LogOutputter() = default;
|
||||
|
||||
std::string& getName() const noexcept;
|
||||
std::string& FLOG_CALL getName() const noexcept;
|
||||
|
||||
std::unique_ptr<LogFormatter> FLOG_CALL set_formatter(const std::unique_ptr<LogFormatter> &formatter);
|
||||
[[nodiscard]] const std::unique_ptr<LogFormatter> & FLOG_CALL get_formatter() const;
|
||||
|
||||
Reference in New Issue
Block a user