Files
UnrealEngine/Engine/Source/Developer/TraceInsightsFrontend/Private/InsightsFrontend/Common/Log.cpp
2025-05-18 13:04:45 +08:00

8 lines
171 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "InsightsFrontend/Common/Log.h"
DEFINE_LOG_CATEGORY(LogInsightsFrontend);
LLM_DEFINE_TAG(InsightsFrontend);