Table of Contents

Method Log

Namespace
Alternet.Common.Python
Assembly
Alternet.Common.Python.v10.dll

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 string

The name of the file to log the data to.

schemeKind PythonPathSchemeKind

The kind of Python path scheme to log.

append bool

A boolean value indicating whether to append to the file if it exists. If false, the file will be overwritten.