update "CreateLoggerConsole" param

This commit is contained in:
hyzboy 2020-01-24 00:16:44 +08:00
parent d33bcd601c
commit 622f4faab3

View File

@ -115,7 +115,7 @@ namespace hgl
}
};//class LogInterface
Logger *CreateLoggerConsole(const OSString &,LogLevel ll)
Logger *CreateLoggerConsole(LogLevel ll)
{
if(ll<llError)
return(nullptr);