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