Removed logn declaration
This commit is contained in:
parent
5763733490
commit
0584d6d89b
@ -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 *fmt, const Args &... args);
|
||||||
|
|
||||||
void log(level::level_enum lvl, const char *msg);
|
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>
|
template<typename... Args>
|
||||||
void trace(const char *fmt, const Args &... args);
|
void trace(const char *fmt, const Args &... args);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user