added logging module and a sandbox project

This commit is contained in:
Sascha Kühl
2025-07-03 16:13:58 +02:00
parent c4a00f19fd
commit 20d6a77275
29 changed files with 2287 additions and 25 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ template < typename T >
class singleton
{
public:
typedef T value_type; /**< Shortcut for the singletons type */
typedef T value_type; /**< Shortcut for the singleton type */
/**
* @brief Access the instance of the class.