- logJson(
json: AnyObject,
logType:
| "bold"
| LogColorKey
| "debug"
| "error"
| "faint"
| "info"
| "mutate"
| "normalWeight"
| "plain"
| "reset"
| "success"
| "warning",
): void Parameters
- json: AnyObject
- logType:
| "bold"
| LogColorKey
| "debug"
| "error"
| "faint"
| "info"
| "mutate"
| "normalWeight"
| "plain"
| "reset"
| "success"
| "warning"
Returns void
Log an object as JSON that maintains its color through each line to fit GitHub Actions logs.