update "CreateLoggerConsole" param
This commit is contained in:
parent
d33bcd601c
commit
622f4faab3
@ -115,7 +115,7 @@ namespace hgl
|
|||||||
}
|
}
|
||||||
};//class LogInterface
|
};//class LogInterface
|
||||||
|
|
||||||
Logger *CreateLoggerConsole(const OSString &,LogLevel ll)
|
Logger *CreateLoggerConsole(LogLevel ll)
|
||||||
{
|
{
|
||||||
if(ll<llError)
|
if(ll<llError)
|
||||||
return(nullptr);
|
return(nullptr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user