Commit 710acae0926dcc59a17cc03f3dd56f8e6a43e8da
1 parent
8b1dda93
Move ::log namespace into redox::log namespace
Showing
2 changed files
with
4 additions
and
0 deletions
src/utils/logger.cpp
| ... | ... | @@ -14,6 +14,7 @@ |
| 14 | 14 | #define localtime_r(_Time, _Tm) localtime_s(_Tm, _Time) |
| 15 | 15 | #endif // localtime_r |
| 16 | 16 | |
| 17 | +namespace redox { | |
| 17 | 18 | namespace log { |
| 18 | 19 | |
| 19 | 20 | // Convert date and time info from tm to a character string |
| ... | ... | @@ -85,3 +86,4 @@ void Logger::log(Level l, std::string oMessage) { |
| 85 | 86 | } |
| 86 | 87 | |
| 87 | 88 | } // End namespace |
| 89 | +} // End namespace | ... | ... |
src/utils/logger.hpp