![]() |
Deskflow 1.26.0.0
Keyboard and mouse sharing utility
|
#include "base/Log.h"#include "base/LogLevel.h"#include "base/LogOutputters.h"#include "common/Constants.h"#include <cstdarg>#include <cstdint>#include <cstdio>#include <cstring>#include <QDateTime>
Variables | |
| const int | kPriorityPrefixLength = 3 |
| static const char * | g_priority [] = {"FATAL", "ERROR", "WARNING", "NOTE", "INFO", "DEBUG", "DEBUG1", "DEBUG2"} |
| static const int | g_numPriority = 8 |
| static const LogLevel | g_defaultMaxPriority = LogLevel::Debug |
|
static |
|
static |
|
static |
| const int kPriorityPrefixLength = 3 |