TapCommon-Unity/Runtime/Public/Log/TapLogLevel.cs

8 lines
111 B
C#
Raw Normal View History

2023-10-13 20:33:37 +08:00
namespace TapTap.Common {
public enum TapLogLevel {
Debug,
Warn,
Error,
}
}