Skip to content

Commit d7e3479

Browse files
committed
acrolinx
1 parent b2e34b1 commit d7e3479

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/build/reference/experimental-log.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "/experimental:log (Structured SARIF diagnostics)"
3-
description: "Use the /experimental:log compiler option to output experimental structured SARIF output for diagnostics."
4-
ms.date: 10/26/2023
3+
description: "The /experimental:log compiler option outputs experimental structured SARIF output for diagnostics."
4+
ms.date: 06/05/2025
55
f1_keywords: ["/experimental:log"]
66
helpviewer_keywords: ["/experimental:log", "SARIF", "structured diagnostics"]
77
---
88
# `/experimental:log` (Structured SARIF diagnostics)
99

10-
Output [SARIF](https://sarifweb.azurewebsites.net/) diagnostics to the specified file. For more information, see [Structured SARIF Diagnostics](sarif-output.md).
10+
Output [SARIF](https://sarifweb.azurewebsites.net/) diagnostics to the specified file or directory. For more information, see [Structured SARIF Diagnostics](sarif-output.md).
1111

1212
## Syntax
1313

@@ -22,7 +22,7 @@ The output file for SARIF diagnostics. The compiler automatically adds the `.sar
2222

2323
*directoryname\*
2424

25-
The output directory for SARIF diagnostics (for example, `/experimental:log sarif_output\`). Remember to add the trailing backslash (`\`)to indicate that this is a directory. Each source file name forms the base name for each SARIF file saved in the directory. The compiler automatically adds the `.sarif` extension to each file name. The space between `/experimental:log` and *directoryname* is optional. Use double quotes around paths containing spaces. Both relative and absolute paths are supported.
25+
The output directory for SARIF diagnostics (for example, `/experimental:log sarif_output\`). Remember to add the trailing backslash (`\`) to indicate it's a directory. Each source file name forms the base name for each SARIF file saved in the directory. The compiler automatically adds the `.sarif` extension to each file name. The space between `/experimental:log` and *directoryname* is optional. Use double quotes around paths containing spaces. Both relative and absolute paths are supported.
2626

2727
## Remarks
2828

0 commit comments

Comments
 (0)