using System; namespace TapTap.TapDB { public enum LogSeverity { Log, LogDebug, LogInfo, LogWarning, LogAssert, LogError, LogException } }