Skip to content

Commit

Permalink
Update ColorLogging.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Aug 7, 2024
1 parent a8bb7e8 commit 25bf96a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ColorLogging.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
#include "colorwin.hpp"
#include <easylogging++.h>


/**
* Custom log dispatcher printing on the console (terminal) with color support.
*
* @author Benjamin "Nefarius" Hoeglinger-Stelzer
* @date 08.08.2024
*/
class ConsoleColorLogDispatchCallback : public el::LogDispatchCallback
{
std::unordered_map<el::Level, colorwin::CW_COLORS> logLevelToColor = {
Expand Down

0 comments on commit 25bf96a

Please sign in to comment.