common/log: Move Log namespace into the Common namespace
Forgot to move this over when I moved the rest of the source files with lacking namespaces over.
This commit is contained in:
parent
8e7734bf40
commit
64606aefcf
11 changed files with 53 additions and 43 deletions
|
@ -11,7 +11,7 @@
|
|||
#include "common/logging/filter.h"
|
||||
#include "common/logging/log.h"
|
||||
|
||||
namespace Log {
|
||||
namespace Common::Log {
|
||||
|
||||
class Filter;
|
||||
|
||||
|
@ -135,4 +135,4 @@ const char* GetLevelName(Level log_level);
|
|||
* never get the message
|
||||
*/
|
||||
void SetGlobalFilter(const Filter& filter);
|
||||
} // namespace Log
|
||||
} // namespace Common::Log
|
Loading…
Add table
Add a link
Reference in a new issue