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