#include <prefix/dtcoreprefix-src.h>#include <dtCore/notify.h>#include <dtUtil/log.h>#include <dtUtil/deprecationmgr.h>#include <string>#include <iostream>#include <cstdarg>#include <cstdio>Functions | |
| DT_CORE_EXPORT void | dtCore::SetNotifyLevel (NotifySeverity severity, NotifySeverity osgSeverity=FATAL) |
| Deprecated 8/23/05. | |
| static void | PrintSeverity (const dtCore::NotifySeverity level) |
| 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. | |
| static void PrintSeverity | ( | const dtCore::NotifySeverity | level | ) | [inline, static] |
Output the string for the given severity level.
| level | The severity level to output the string of |