CuteHMI - Daemon (cutehmi.daemon.2)
logging.hpp
1 #ifndef H_TOOLS_CUTEHMI_DAEMON_2_SRC_CUTEHMI_DAEMON_LOGGING_HPP
2 #define H_TOOLS_CUTEHMI_DAEMON_2_SRC_CUTEHMI_DAEMON_LOGGING_HPP
3 
4 #include <cutehmi/loggingMacros.hpp>
5 
6 Q_DECLARE_LOGGING_CATEGORY(cutehmi_daemon_loggingCategory)
7 
8 namespace cutehmi {
9 namespace daemon {
10 
11 inline
13 {
14  return cutehmi_daemon_loggingCategory();
15 }
16 
17 }
18 }
19 
20 #endif
21 
22 //(c)C: Copyright © 2020, Michał Policht <michal@policht.pl>. All rights reserved.
23 //(c)C: This file is a part of CuteHMI.
24 //(c)C: CuteHMI is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
25 //(c)C: CuteHMI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
26 //(c)C: You should have received a copy of the GNU Lesser General Public License along with CuteHMI. If not, see <https://www.gnu.org/licenses/>.
cutehmi
QLoggingCategory
cutehmi::daemon::loggingCategory
const QLoggingCategory & loggingCategory()
Definition: logging.hpp:12