Rev 1314 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1314 | Rev 1315 | ||
|---|---|---|---|
| Line 12... | Line 12... | ||
| 12 | #include <iostream> |
12 | #include <iostream> |
| 13 | #include "utils/convert.h" |
13 | #include "utils/convert.h" |
| 14 | #include "utils/string.h" |
14 | #include "utils/string.h" |
| 15 | 15 | ||
| 16 | namespace atom { |
16 | namespace atom { |
| 17 | namespace |
17 | namespace log { |
| 18 | 18 | ||
| 19 | using namespace std; |
19 | using namespace std; |
| 20 | 20 | ||
| 21 | class Logger |
21 | class Logger |
| 22 | { |
22 | { |