diff options
Diffstat (limited to 'raul/log.hpp')
-rw-r--r-- | raul/log.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/raul/log.hpp b/raul/log.hpp index 187df64..6e6b81f 100644 --- a/raul/log.hpp +++ b/raul/log.hpp @@ -24,6 +24,9 @@ namespace Raul { +/** Buffer for (possibly coloured) log printing. + * \ingroup raul + */ class LogBuffer : public std::streambuf { public: |