LeviLamina
Loading...
Searching...
No Matches
SentryBreadcrumbLevel.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class SentryBreadcrumbLevel : int {
6 Error = 0,
7 Warning = 1,
8 Info = 2,
9 Debug = 3,
10};