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
fileName
stringThe name of the file to log the data to.
schemeKind
PythonPathSchemeKindThe kind of Python path scheme to log.
append
boolA boolean value indicating whether to append to the file if it exists. If false, the file will be overwritten.