include/Spectre/System/Log.h: Change message variable name to format.
This commit is contained in:
parent
2bb0cbaf6b
commit
9928a3599e
2 changed files with 18 additions and 18 deletions
|
|
@ -18,13 +18,13 @@ public :
|
|||
T_DEBUG = 1 << 3
|
||||
};
|
||||
|
||||
static void info(const char *message, ...);
|
||||
static void info(const char *format, ...);
|
||||
|
||||
static void warn(const char *message, ...);
|
||||
static void warn(const char *format, ...);
|
||||
|
||||
static int error(const char *message, ...);
|
||||
static int error(const char *format, ...);
|
||||
|
||||
static void debug(const char *message, ...);
|
||||
static void debug(const char *format, ...);
|
||||
|
||||
private :
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue