EasyException
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cexception
 Cee::ExceptionThe base class for all exceptions, which is itself is based on std::exception
 Cee::HelperProvides some helper methods
 Cee::LogThis class manages all logging activity. All other logging features will depend on this class
 Cee::LogEntryHolds all information regarding a single LogEntry
 Cee::Logger
 Cee::LogRetentionPolicyInterface class that is applied to the log retention mechanism
 Cee::LogRetentionMaxNumberThis class decides how much logs should be retained, the oldest ones will be released
 Cee::LogRetentionOlderThanThis class will release all logs older than the given datetime
 Cee::NoteInfo object that stores a key-value-pair
 Cee::StacktraceThis class stores a stacktrace
 Cee::SuspendLoggingThis class suspends logging while it is alive