#ifndef LOGGING_H #define LOGGING_H class Logging { public: private: Logging(); }; #endif // LOGGING_H