SHA256
Merge remote-tracking branch 'origin/main'
# Conflicts: # include/featherlog/log_formatter.hpp
This commit is contained in:
@@ -3,15 +3,13 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <featherlog/flog_definitions.h>
|
||||
|
||||
namespace flog
|
||||
{
|
||||
class FLOG_API LogFormatter
|
||||
{
|
||||
public:
|
||||
virtual ~LogFormatter() = default;
|
||||
virtual std::string FLOG_CALL format() = 0;
|
||||
virtual FLOG_CALL std::string format() = 0;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user