File indexing completed on 2024-10-06 12:54:05
0001 // SPDX-FileCopyrightText: 2023 Tobias Fella <tobias.fella@kde.org> 0002 // SPDX-License-Identifier: GPL-2.0-or-later 0003 0004 #pragma once 0005 0006 /** 0007 * Initlalize logging to file and enables some additional categories, which will only be logged to the file 0008 */ 0009 void initLogging();