Skip to content

Latest commit

 

History

History
143 lines (67 loc) · 1.98 KB

File metadata and controls

143 lines (67 loc) · 1.98 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > ILogFilePaths

ILogFilePaths interface

This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Information about the log files for an operation.

Signature:

export interface ILogFilePaths 

Properties

Property

Modifiers

Type

Description

error

string

(ALPHA) The absolute path to the stderr text log. ANSI escape codes have been stripped.

jsonl

string

(ALPHA) The absolute path to the JSONL log. ANSI escape codes are left intact to be able to reproduce the console output.

jsonlFolder

string

(ALPHA) The absolute path to the folder containing the JSONL log files. Provided as a convenience since it is an intermediary value of producing the jsonl log file path.

text

string

(ALPHA) The absolute path to the merged (interleaved stdout and stderr) text log. ANSI escape codes have been stripped.

textFolder

string

(ALPHA) The absolute path to the folder containing the text log files. Provided as a convenience since it is an intermediary value of producing the text log file path.