mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-05-21 02:28:58 +07:00
init commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef GAKUMAS_LOCALIFY_LOG_H
|
||||
#define GAKUMAS_LOCALIFY_LOG_H
|
||||
|
||||
namespace GakumasLocal::Log {
|
||||
void LogFmt(int prio, const char* fmt, ...);
|
||||
void Info(const char* msg);
|
||||
void InfoFmt(const char* fmt, ...);
|
||||
void Error(const char* msg);
|
||||
void ErrorFmt(const char* fmt, ...);
|
||||
void Debug(const char* msg);
|
||||
void DebugFmt(const char* fmt, ...);
|
||||
}
|
||||
|
||||
#endif //GAKUMAS_LOCALIFY_LOG_H
|
||||
Reference in New Issue
Block a user