HarmattanSyncApplications
SyncMLPluginLogging.h
1/*
2 * This file is part of buteo-sync-plugins package
3 *
4 * Copyright (C) 2021 Jolla Ltd.
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public License
8 * version 2.1 as published by the Free Software Foundation.
9 *
10 * This library is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
18 * 02110-1301 USA
19 *
20 */
21
22#ifndef SYNCMLPLUGINLOGGING_H
23#define SYNCMLPLUGINLOGGING_H
24
25#include <QLoggingCategory>
26
27#include <buteosyncfw5/LogMacros.h>
28
29Q_DECLARE_LOGGING_CATEGORY(lcSyncMLPlugin)
30Q_DECLARE_LOGGING_CATEGORY(lcSyncMLPluginTrace)
31
32#endif // SYNCMLPLUGINLOGGING_H
33