Log Class Reference
Unified Logging interface. More...
#include <Log.h>
Inheritance diagram for Log:

Public Member Functions | |
| Log (bool debug=false) | |
| Log & | operator= (Log &data) |
| virtual void | init () |
| virtual void | setDebug (bool debug) |
Public Attributes | |
| std::ostream & | warning |
| std::ostream & | error |
| std::ostream & | info |
Protected Member Functions | |
| int | _getDepth () const |
Protected Attributes | |
| int | _depth |
| bool | _debug |
Static Protected Attributes | |
| static std::ostream | s_null |
Friends | |
| std::ostream & | operator<< (Log &data, const std::string &s) |
| std::ostream & | operator<< (Log &data, const char *s) |
Detailed Description
Unified Logging interface.Unified logging functionality for Milton debugging output.
- Date:
- Fall 2008
Definition at line 36 of file Log.h.
Constructor & Destructor Documentation
Member Function Documentation
Friends And Related Function Documentation
| std::ostream& operator<< | ( | Log & | data, | |
| const std::string & | s | |||
| ) | [friend] |
| std::ostream& operator<< | ( | Log & | data, | |
| const char * | s | |||
| ) | [friend] |
Member Data Documentation
| std::ostream& Log::warning |
| std::ostream& Log::error |
int Log::_depth [protected] |
bool Log::_debug [protected] |
std::ostream Log::s_null [static, protected] |
The documentation for this class was generated from the following files:
Generated on 28 Feb 2009 for Milton by
1.5.6