#include <QString>
Go to the source code of this file.
Namespaces | |
namespace | tc |
Classes | |
class | tc::DebugMessage |
struct | tc::DebugMessage::Stream |
Enumerations | |
enum | tc::ConnectionStatusReason { tc::UnrecognizedReason, tc::MiscellaneousReason, tc::IdentityMismatch, tc::ConnectionDone, tc::ConnectionRefused, tc::ConnectionReset, tc::ConnectionTimeout, tc::ConnectionIoError, tc::NoRouteToHost, tc::ResourceLimitReached } |
enum | tc::Severity { tc::UnrecognizedSeverity, tc::SeverityDebug, tc::SeverityInfo, tc::SeverityNotice, tc::SeverityWarn, tc::SeverityError } |
Functions | |
Severity | tc::toSeverity (const QString &str) |
ConnectionStatusReason | tc::toConnectionStatusReason (const QString &str) |
DebugMessage | tc::debug (const QString &fmt) |
DebugMessage | tc::warn (const QString &fmt) |
DebugMessage | tc::error (const QString &fmt) |
DebugMessage | tc::fatal (const QString &fmt) |