mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Removed logn declaration
This commit is contained in:
@@ -47,9 +47,7 @@ public:
|
||||
void log(level::level_enum lvl, const char *fmt, const Args &... args);
|
||||
|
||||
void log(level::level_enum lvl, const char *msg);
|
||||
|
||||
void logn(level::level_enum lvl, const char *msg, size_t msg_len);
|
||||
|
||||
|
||||
template<typename... Args>
|
||||
void trace(const char *fmt, const Args &... args);
|
||||
|
||||
|
Reference in New Issue
Block a user