Skip to content

Commit 2ac18f0

Browse files
authored
Merge pull request #13704 from TylerMSFT/log
update log options screenshot
2 parents 8a7611c + feedcb4 commit 2ac18f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gamedev/unreal/get-started/vs-tools-unreal-logging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "View Unreal Engine logging in Visual Studio"
33
description: "Learn how to view Unreal Engine logs from within Visual Studio"
4-
ms.date: 08/22/2024
4+
ms.date: 03/13/2025
55
ms.topic: how-to
66
ms.service: visual-studio
77
ms.subservice: unreal-engine-tools
@@ -48,12 +48,12 @@ Having the UE logging window open while you're debugging is convenient because y
4848

4949
## Unreal Engine logging options
5050

51-
Starting with Visual Studio 2022 17.12, use **Tools** > **Options** > **Unreal Engine** to configure the Unreal Engine logging window. On the **General** tab, the following options for the Unreal Engine log window are available under **Log Tool Window**:
51+
Starting with Visual Studio 2022 17.12, you can configure the Unreal Engine logging window. Choose **Tools** > **Options** > **Unreal Engine** > **Log Tool Window** to see the following options:
5252

5353
:::image type="content" source="../media/vs-unreal-engine-log-options.png" alt-text="A screenshot of the Unreal Engine Log window options.":::
5454

55-
- **Clear on Launch**: Clear the log window when the game is launched.
5655
- **Remember filters**: Remember the filters you set in the log window when you close Visual Studio.
56+
- **Clear on Launch**: Clear the log window when the game is launched.
5757
- **Request JSON messages**: Request that log entries in JSON format. JSON provides a structured format that is easy to parse and process programmatically. This makes it simpler to extract specific information from log messages, such as error details, timestamps, and other metadata.
5858
- **Show automatically**: Show the log window automatically when the game is launched in Visual Studio.
5959

-60.2 KB
Loading

0 commit comments

Comments
 (0)