|
EasyException
|
| ▼Cexception | |
| Cee::Exception | The base class for all exceptions, which is itself is based on std::exception |
| Cee::Helper | Provides some helper methods |
| Cee::Log | This class manages all logging activity. All other logging features will depend on this class |
| Cee::LogEntry | Holds all information regarding a single LogEntry |
| Cee::Logger | |
| ▼Cee::LogRetentionPolicy | Interface class that is applied to the log retention mechanism |
| Cee::LogRetentionMaxNumber | This class decides how much logs should be retained, the oldest ones will be released |
| Cee::LogRetentionOlderThan | This class will release all logs older than the given datetime |
| Cee::Note | Info object that stores a key-value-pair |
| Cee::Stacktrace | This class stores a stacktrace |
| Cee::SuspendLogging | This class suspends logging while it is alive |