Files
ProjectEleri/Plugins/DirectiveUtilities/Source/DirectiveUtilitiesRuntime/Private/DirectiveUtilLogChannels.cpp

7 lines
199 B
C++
Raw Normal View History

2026-08-15 21:06:43 +02:00
// Copyright (c) 2026 Unreal Directive. Licensed under the MIT License.
#include "DirectiveUtilLogChannels.h"
2026-07-15 19:17:47 +02:00
DEFINE_LOG_CATEGORY(LogDirectiveUtil);
2026-08-15 21:06:43 +02:00
DEFINE_LOG_CATEGORY(LogDirectiveUtilEditor);