Warning, file /network/ruqola/src/rocketchatrestapi-qt/abstractlogger.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002    SPDX-FileCopyrightText: 2018-2024 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #include "abstractlogger.h"
0008 
0009 using namespace RocketChatRestApi;
0010 
0011 AbstractLogger::AbstractLogger() = default;
0012 
0013 AbstractLogger::~AbstractLogger() = default;