DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
InformationLevel.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Deveel.Data.Diagnostics {
4  public enum InformationLevel {
5  Information = 1,
6  Verbose = 2,
7  Debug = 3
8  }
9 }