update// added filesystem and reformated addressbook
This commit is contained in:
11
src/Logger/LogStrategy.h
Normal file
11
src/Logger/LogStrategy.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef LOGSTRATEGY_H
|
||||
#define LOGSTRATEGY_H
|
||||
|
||||
#include <string>
|
||||
class LogStrategy
|
||||
{
|
||||
public:
|
||||
virtual void log(std::string message) {};
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user