DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
deveeldb.git
src
deveeldb
Deveel.Data.Diagnostics
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
}
Deveel
System
Definition:
NonSerializedAttribute.cs:3
Deveel.Data.Diagnostics.InformationLevel.Verbose
Deveel.Data.Diagnostics.InformationLevel.Information
Deveel.Data.Diagnostics.InformationLevel
InformationLevel
Definition:
InformationLevel.cs:4
Deveel.Data.Diagnostics.InformationLevel.Debug
Generated by
1.8.10