Rev 1964 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1964 | Rev 2066 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | void Error(std::string message); |
35 | void Error(std::string message); |
| 36 | void Warning(std::string message); |
36 | void Warning(std::string message); |
| 37 | void Info(std::string message); |
37 | void Info(std::string message); |
| 38 | void Debug(std::string message); |
38 | void Debug(std::string message); |
| - | 39 | void Extreme(std::string message); |
|
| 39 | 40 | ||
| 40 | private: |
41 | private: |
| 41 | std::string name_; |
42 | std::string name_; |
| 42 | }; |
43 | }; |
| 43 | 44 | ||