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

8 lines
111 B
C#
Raw Normal View History

2023-11-08 10:47:27 +08:00
namespace TapTap.Common {
public enum TapLogLevel {
Debug,
Warn,
Error,
}
}