Revert unnecessary change to Logging.h
This commit is contained in:
parent
c43c27127f
commit
5cf84a05e7
@ -37,8 +37,8 @@ class Logger {
|
||||
return level <= level_;
|
||||
}
|
||||
|
||||
template <typename String, typename... Args>
|
||||
void operator()(int level, String fmt, Args... args) {
|
||||
template <typename... Args>
|
||||
void operator()(int level, const char *fmt, Args... args) {
|
||||
if (level > level_) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user