jaffarCommon
Loading...
Searching...
No Matches
logger.hpp
Go to the documentation of this file.
1#pragma once
2
8#ifdef NCURSES
9#include "loggers/ncurses.hpp"
10#else
11#include "loggers/stdio.hpp"
12#endif
Contains common functions related to output and logging using NCurses.
Contains common functions related to output and logging using stdio.