On this pageoverwolf.os.criticalOverwolf APIs / overwolf.os / critical function critical(msg: string): void; Writes error level log message to the common log. Parameters ParameterTypeDescriptionmsgstringThe message to write to the log file. Returns void