31 using Ptr = std::shared_ptr<LogHelper>;
34 static void d(
const char *format, ...) noexcept;
35 static
void i(const
char *format, ...) noexcept;
36 static
void w(const
char *format, ...) noexcept;
37 static
void e(const
char *format, ...) noexcept;
46 void debug(const
char *format, ...);
48 void info(const
char *format, ...);
50 void warn(const
char *format, ...);
52 void error(const
char *format, ...);
68 static
void l(
Level level, const
char *file, int32_t line, const
char *format, va_list ap);
69 void log(
Level level, const
char *file, int32_t line, const
char *format, va_list ap);