| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > ILogFilePaths
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 |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(ALPHA) The absolute path to the stderr text log. ANSI escape codes have been stripped. | ||
|
string |
(ALPHA) The absolute path to the JSONL log. ANSI escape codes are left intact to be able to reproduce the console output. | ||
|
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. | ||
|
string |
(ALPHA) The absolute path to the merged (interleaved stdout and stderr) text log. ANSI escape codes have been stripped. | ||
|
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. |