From ad7cc4dbe4dacaa5cccfd1c9adeccc0ece2299f4 Mon Sep 17 00:00:00 2001 From: dec05eba <0xdec05eba@gmail.com> Date: Sat, 2 Jun 2018 01:39:25 +0200 Subject: Receive data with epoll_wait --- include/Log.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/Log.hpp (limited to 'include/Log.hpp') diff --git a/include/Log.hpp b/include/Log.hpp new file mode 100644 index 0000000..1301c5b --- /dev/null +++ b/include/Log.hpp @@ -0,0 +1,12 @@ +#pragma once + +namespace sibs +{ + class Log + { + public: + static void debug(const char *fmt, ...); + static void warn(const char *fmt, ...); + static void error(const char *fmt, ...); + }; +} -- cgit v1.2.3