Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 1.04 KB

PyLog.md

File metadata and controls

62 lines (33 loc) · 1.04 KB

Documentation / Exports / PyLog

Interface: PyLog

Represents a log entry for a Python execution.

Table of contents

Properties

Properties

exception

exception: string

Exception message, if any occurred during the execution.

Defined in

interfaces.ts:30


id

id: string

Unique identifier for the log entry.

Defined in

interfaces.ts:12


stdErr

stdErr: string[]

Array of standard error messages.

Defined in

interfaces.ts:24


stdOut

stdOut: string[]

Array of standard output messages.

Defined in

interfaces.ts:18