Method Log
Log(string, PythonPathSchemeKind, bool)
Logs the scheme path values to a specified file.
public static void Log(string fileName, PythonPathSchemeKind schemeKind, bool append)
Parameters
fileNamestringThe name of the file to log the data to.
schemeKindPythonPathSchemeKindThe kind of Python path scheme to log.
appendboolA boolean value indicating whether to append to the file if it exists. If false, the file will be overwritten.