#include "gpucalc/object.h"
Go to the source code of this file.
Namespaces | |
| namespace | gpucalc | 
Classes | |
| class | gpucalc::Log | 
| Class provides writing information to log file and standart error output.  More... | |
| class | gpucalc::LogListener | 
| Pure abstract class, derive this class and register to the Log to listen to log messages.  More... | |
Enumerations | |
| enum | gpucalc::LoggingLevel { gpucalc::LL_Low = 1, gpucalc::LL_Normal = 2, gpucalc::LL_Verbose = 3 } | 
| The level of detail to which the log will go into.  More... | |
| enum | gpucalc::LogMessageLevel { gpucalc::LML_Trivial = 1, gpucalc::LML_Normal = 2, gpucalc::LML_Critical = 3 } | 
| The importance of a logged message.  More... | |
Variables | |
| const char | gpucalc::_LogClassName [] = "Log" | 
| const char | gpucalc::_LogListenerClassName [] = "LogListener" | 
| const int | gpucalc::Log_Threshold = 4 | 
| Threshold for logging.   | |
Definition in file log.h.
 1.5.6