Root logger is called "ROOT" not "root"
This commit is contained in:
parent
ecc6c1efcd
commit
b56bbf4ced
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ struct Log
|
|||
unsigned int level = level::Info);
|
||||
static void Close();
|
||||
|
||||
Log(const std::string& name = "root", unsigned int level = level::Info);
|
||||
Log(const std::string& name = "ROOT", unsigned int level = level::Info);
|
||||
~Log();
|
||||
|
||||
template<typename T> Log& operator<<(const T& item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue