oa::logWrite

logWrite function in the OA Core public surface.

Function Documentation

void oa::logWrite( LogLevel inLevel, LogComponent inComponent, const char (&)[N] inFormat, Args &&... inArgs ) void oa::logWrite( LogLevel inLevel, LogComponent inComponent, oa::StringView inText )
No public source comment is attached to this declaration.

Parameters

inLevel
LogLevel

inComponent
LogComponent

inFormat
const char (&)[N]

inArgs
Args &&...

Returns

void

The declared return value.