zworld-em/Plugins/sentry-unreal/Source/Sentry/Private/Utils/SentryLogUtils.h

13 lines
269 B
C
Raw Normal View History

2025-05-11 22:07:21 +08:00
// Copyright (c) 2024 Sentry. All Rights Reserved.
#pragma once
#include "CoreTypes.h"
#include "Logging/LogVerbosity.h"
class SentryLogUtils
{
public:
static void LogStackTrace(const TCHAR* Heading, const ELogVerbosity::Type LogVerbosity, int FramesToSkip);
};