8 lines
171 B
C++
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);
|