mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
renamed isink to sink
This commit is contained in:
16
include/c11log/sinks/sink.h
Normal file
16
include/c11log/sinks/sink.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "../details/log_msg.h"
|
||||
|
||||
namespace c11log
|
||||
{
|
||||
namespace sinks
|
||||
{
|
||||
class sink
|
||||
{
|
||||
public:
|
||||
virtual void log(const details::log_msg& msg) = 0;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user