aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/util/Log.h
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-11-22 14:42:29 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-11-22 14:42:29 +0100
commit90f793932e40b2e1328c513a91830acb1a720f26 (patch)
treedf0abeb829de1b9c3387de133eb111e0dbd0534a /src/crepe/util/Log.h
parenta11b647bec22890be44d68d15de6b73f8955722d (diff)
parent7e2a5ee035524fff798d8f480e56aeca6b775f90 (diff)
Merge remote-tracking branch 'origin/master' into max/vector2
Diffstat (limited to 'src/crepe/util/Log.h')
-rw-r--r--src/crepe/util/Log.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/crepe/util/Log.h b/src/crepe/util/Log.h
index d55b11e..fc0bb3a 100644
--- a/src/crepe/util/Log.h
+++ b/src/crepe/util/Log.h
@@ -34,11 +34,11 @@ class Log {
public:
//! Log message severity
enum Level {
- TRACE, //< Include (internal) function calls
- DEBUG, //< Include dbg_logf output
- INFO, //< General-purpose messages
- WARNING, //< Non-fatal errors
- ERROR, //< Fatal errors
+ TRACE, //!< Include (internal) function calls
+ DEBUG, //!< Include dbg_logf output
+ INFO, //!< General-purpose messages
+ WARNING, //!< Non-fatal errors
+ ERROR, //!< Fatal errors
};
/**