diff options
Diffstat (limited to 'src/common/logging/backend.h')
| -rw-r--r-- | src/common/logging/backend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/logging/backend.h b/src/common/logging/backend.h index da1c2f185..84a544ea4 100644 --- a/src/common/logging/backend.h +++ b/src/common/logging/backend.h | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | #include "common/logging/filter.h" | 11 | #include "common/logging/filter.h" |
| 12 | #include "common/logging/log.h" | 12 | #include "common/logging/log.h" |
| 13 | 13 | ||
| 14 | namespace Log { | 14 | namespace Common::Log { |
| 15 | 15 | ||
| 16 | class Filter; | 16 | class Filter; |
| 17 | 17 | ||
| @@ -135,4 +135,4 @@ const char* GetLevelName(Level log_level); | |||
| 135 | * never get the message | 135 | * never get the message |
| 136 | */ | 136 | */ |
| 137 | void SetGlobalFilter(const Filter& filter); | 137 | void SetGlobalFilter(const Filter& filter); |
| 138 | } // namespace Log \ No newline at end of file | 138 | } // namespace Common::Log \ No newline at end of file |