Access to debugging like text-output. More...
Public Member Functions | |
| template<class T > | |
| DebugLog & | operator+= (const T &) |
Print the values and objects to the file log.txt. More... | |
| DebugLog & | clear () |
Clear the file log.txt. More... | |
Access to debugging like text-output.
Use this two lines for access to DebugLog:
| DebugLog & coat::scripto::DebugLog::operator+= | ( | const T & | v | ) |
Print the values and objects to the file log.txt.
| DebugLog & coat::scripto::DebugLog::clear | ( | ) |
Clear the file log.txt.