3#include "PluginServiceTigerVNC.h"
4#include "RabbitCommonDir.h"
7#include <rfb/LogWriter.h>
8#include <rfb/Logger_stdio.h>
9#include "ServiceTigerVNC.h"
10#include <QLoggingCategory>
12Q_LOGGING_CATEGORY(TigerVNC,
"TigerVNC")
19 rfb::initStdIOLoggers();
21 rfb::initFileLogger(
"C:\\temp\\vncviewer.log");
23 rfb::initFileLogger(
"/tmp/vncviewer.log");
25 rfb::LogWriter::setLogParams(
"*:stderr:100");
29CPluginServiceTigerVNC::~CPluginServiceTigerVNC()
31 qDebug(TigerVNC) <<
"CManageConnectTigerVnc::~CManageConnectTigerVnc()";
46 return tr(
"TigerVNC");
51 return tr(
"VNC(Virtual Network Console): Access remote desktops such as unix/linux, windows, etc.") +
"\n"
52 + tr(
"VNC is a set of programs using the RFB (Remote Frame Buffer) protocol.");
The service plugin interface.
virtual const QString Protocol() const override
Plugin Protocol.
virtual const QString DisplayName() const override
The plugin display name.
virtual const QString Description() const override
Plugin description.
virtual CService * NewService() override
New service.
virtual const QString Name() const override
This name must be the same as the project name (${PROJECT_NAME}).