#include <ostream>#include <dtCore/export.h>Namespaces | |
| namespace | dtCore |
Enumerations | |
| enum | dtCore::NotifySeverity { dtCore::ALWAYS = 0, dtCore::FATAL = 1, dtCore::WARN = 2, dtCore::NOTICE = 3, dtCore::INFO = 4, dtCore::DEBUG_INFO = 5 } |
| Range of notify levels from DEBUG_INFO through to FATAL, ALWAYS is reserved for forcing the absorption of all messages. More... | |
Functions | |
| DT_CORE_EXPORT void | dtCore::SetNotifyLevel (NotifySeverity severity, NotifySeverity osgSeverity=FATAL) |
| Deprecated 8/23/05. | |
| DT_CORE_EXPORT void | dtCore::Notify (NotifySeverity level, const char *fmt,...) |
| Deprecated 8/23/05. | |
| DT_CORE_EXPORT std::ostream & | dtCore::Notify (const NotifySeverity severity) |
| Deprecated 8/23/05. | |