mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Fix loghandler memleak (#609)
This commit is contained in:
parent
112139665b
commit
eef1abe415
@ -33,6 +33,8 @@ namespace crow
|
||||
class ILogHandler
|
||||
{
|
||||
public:
|
||||
virtual ~ILogHandler() = default;
|
||||
|
||||
virtual void log(std::string message, LogLevel level) = 0;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user