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