X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flogger.h;h=c22339f55928270dacadccc02fb2c27302b85b42;hb=HEAD;hp=64c131544c4cef1995ec8c8b3786b7355f90ee36;hpb=fefa7d1e8ac40136b690e305ce9594af95c678b8;p=builder.git diff --git a/source/logger.h b/source/logger.h deleted file mode 100644 index 64c1315..0000000 --- a/source/logger.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef LOGGER_H_ -#define LOGGER_H_ - -#include -#include - -class Logger -{ -private: - std::vector enabled_channels; - -public: - void enable_channel(const std::string &); - void disable_channel(const std::string &); - - void log(const std::string &, const std::string &) const; -}; - -#endif