log: fixed to not print twice, enabled coloring, added OS print logging as its own type
This commit is contained in:
parent
9839f3b6cd
commit
6fc62f8c93
4 changed files with 42 additions and 37 deletions
|
@ -99,8 +99,8 @@ public:
|
|||
|
||||
static u32 GetMaxLevel() { return MAX_LOGLEVEL; }
|
||||
|
||||
void Log(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type,
|
||||
const char *file, int line, const char *fmt, va_list args);
|
||||
void Log(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type, const char* file, int line,
|
||||
const char* function, const char *fmt, va_list args);
|
||||
|
||||
void SetLogLevel(LogTypes::LOG_TYPE type, LogTypes::LOG_LEVELS level)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue