SHA256
.
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
#define FEATHERLOG_LOG_FORMATTER_HPP
|
||||
|
||||
#include <string>
|
||||
#include <featherlog/flog_definitions.h>
|
||||
|
||||
namespace flog
|
||||
{
|
||||
class FLOG_API LogFormatter
|
||||
{
|
||||
namespace flog {
|
||||
class FLOG_API LogFormatter {
|
||||
public:
|
||||
virtual ~LogFormatter() = default;
|
||||
virtual FLOG_CALL std::string format() = 0;
|
||||
|
||||
virtual std::string FLOG_CALL format() = 0;
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user