JustAnotherDnDGame
0.1.0
Jeu de rôle tactique au d20, vue de dessus, en C++/Qt
Loading...
Searching...
No Matches
GraphicsLog.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2026 Valentin Eloy
2
// SPDX-License-Identifier: GPL-3.0-or-later
3
4
#pragma once
5
6
#include "
Core/Diagnostics/Log.h
"
7
16
17
#define GRAPHICS_LOG_TRACE(message) JADG_LOG_TRACE("Graphics", message)
18
#define GRAPHICS_LOG_INFO(message) JADG_LOG_INFO("Graphics", message)
19
#define GRAPHICS_LOG_WARNING(message) JADG_LOG_WARNING("Graphics", message)
20
#define GRAPHICS_LOG_ERROR(message) JADG_LOG_ERROR("Graphics", message)
Log.h
Macros de journalisation génériques (catégorie, niveau, fichier/ligne, horodatage).
Source
HMI
Graphics
GraphicsLog.h
Generated by
1.16.1