namespace Plane.Logging { public enum Priority { None = 0, High = 1, Medium = 2, Low = 3 } }