trikRuntime
|
Creates logging destinations/sinks. More...
#include <QsLogDest.h>
Static Public Member Functions | |
static DestinationPtr | MakeFileDestination (const QString &filePath, LogRotationOption rotation=DisableLogRotation, const MaxSizeBytes &sizeInBytesToRotateAfter=MaxSizeBytes(), const MaxOldLogCount &oldLogsToKeep=MaxOldLogCount(), Level level=InfoLevel) |
destination factory More... | |
static DestinationPtr | MakeDebugOutputDestination () |
static DestinationPtr | MakeFunctorDestination (Destination::LogFunction f) |
static DestinationPtr | MakeFunctorDestination (QObject *receiver, const char *member) |
Creates logging destinations/sinks.
The caller shares ownership of the destinations with the logger. After being added to a logger, the caller can discard the pointers.
|
static |
|
static |
destination factory
|
static |
|
static |