namespace TriangleNet.Logging { public enum LogLevel { Info = 0, Warning = 1, Error = 2 } }