mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Update QsLog to 2.1 snapshot 46b643d5bcbc
This commit is contained in:
10
third_party/QsLog/QsLogDestConsole.h
vendored
10
third_party/QsLog/QsLogDestConsole.h
vendored
@ -27,7 +27,6 @@
|
||||
#define QSLOGDESTCONSOLE_H
|
||||
|
||||
#include "QsLogDest.h"
|
||||
|
||||
class QString;
|
||||
|
||||
class QsDebugOutput
|
||||
@ -40,11 +39,14 @@ namespace QsLogging
|
||||
{
|
||||
|
||||
// debugger sink
|
||||
class DebugOutputDestination : public Destination
|
||||
class QSLOG_SHARED_OBJECT DebugOutputDestination : public Destination
|
||||
{
|
||||
public:
|
||||
virtual void write(const QString& message, Level level);
|
||||
virtual bool isValid();
|
||||
static const char* const Type;
|
||||
|
||||
void write(const LogMessage& message) override;
|
||||
bool isValid() override;
|
||||
QString type() const override;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user