CelticCraft/Plugins/VoxelFree/Source/Voxel/Public/VoxelLog.h

9 lines
221 B
C
Raw Normal View History

2023-07-03 16:17:13 +00:00
// Copyright 2020 Phyronnaz
#pragma once
#include "CoreMinimal.h"
VOXEL_API DECLARE_LOG_CATEGORY_EXTERN(LogVoxel, Log, All);
#define LOG_VOXEL(Verbosity, Format, ...) UE_LOG(LogVoxel, Verbosity, Format, ##__VA_ARGS__)