trikRuntime
|
Classes | |
class | DebugOutputDestination |
class | Destination |
class | DestinationFactory |
Creates logging destinations/sinks. More... | |
class | FileDestination |
class | FunctorDestination |
class | Logger |
class | LoggerImpl |
class | LogWriterRunnable |
struct | MaxOldLogCount |
struct | MaxSizeBytes |
class | NullRotationStrategy |
class | RotationStrategy |
class | SizeRotationStrategy |
Typedefs | |
typedef QVector< DestinationPtr > | DestinationList |
typedef QSharedPointer< Destination > | DestinationPtr |
typedef QSharedPointer< RotationStrategy > | RotationStrategyPtr |
Enumerations | |
enum | LogRotationOption { DisableLogRotation = 0, EnableLogRotation = 1 } |
enum | Level { TraceLevel = 0, DebugLevel, InfoLevel, WarnLevel, ErrorLevel, FatalLevel, OffLevel } |
Functions | |
static const QString | fmtDateTime ("yyyy-MM-ddThh:mm:ss.zzz") |
static const char * | LevelToText (Level theLevel) |
Variables | |
static const char | TraceString [] = "TRACE" |
static const char | DebugString [] = "DEBUG" |
static const char | InfoString [] = "INFO " |
static const char | WarnString [] = "WARN " |
static const char | ErrorString [] = "ERROR" |
static const char | FatalString [] = "FATAL" |
static Logger * | sInstance = 0 |
typedef QVector<DestinationPtr> QsLogging::DestinationList |
typedef QSharedPointer<Destination> QsLogging::DestinationPtr |
typedef QSharedPointer<RotationStrategy> QsLogging::RotationStrategyPtr |
enum QsLogging::Level |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |