mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Removed forgotten *_if declarations
This commit is contained in:
parent
799ba2a57b
commit
613f024d42
@ -63,15 +63,7 @@ public:
|
||||
template <typename T> void warn(const T&);
|
||||
template <typename T> void error(const T&);
|
||||
template <typename T> void critical(const T&);
|
||||
|
||||
template <typename T> void log_if(const bool flag, level::level_enum lvl, const T&);
|
||||
template <typename T> void trace_if(const bool flag, const T&);
|
||||
template <typename T> void debug_if(const bool flag, const T&);
|
||||
template <typename T> void info_if(const bool flag, const T&);
|
||||
template <typename T> void warn_if(const bool flag, const T&);
|
||||
template <typename T> void error_if(const bool flag, const T&);
|
||||
template <typename T> void critical_if(const bool flag, const T&);
|
||||
|
||||
|
||||
bool should_log(level::level_enum) const;
|
||||
void set_level(level::level_enum);
|
||||
level::level_enum level() const;
|
||||
|
Loading…
Reference in New Issue
Block a user