DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Classes | |
class | ContextExtensions |
class | DatabaseExtensions |
class | ErrorEvent |
class | ErrorException |
The base class of all the exceptions handled by the system and that can be converted to events sent to the diagnostics. More... | |
class | Event |
class | EventExtensions |
class | EventRegistry |
class | EventSourceExtensions |
class | EventsTests |
interface | IEvent |
This is an event occurred during the lifetime of a database. More... | |
interface | IEventRegistry |
Implementations of this interface handle the registration of events fired within the system. More... | |
interface | IEventRouter |
Defines the basic logic for the dispatching of events within a system workflow. More... | |
interface | IEventScope |
interface | IEventSource |
Represents the origin of system events, providing a mechanism to fill the metadata before dispatching the event. More... | |
class | InformationEvent |
class | KnownEventMetadata |
class | Log4NetModule |
class | LogEntry |
class | LoggerBase |
class | LoggerSettings |
class | LoggerTests |
class | PerformanceEvent |
class | QueryEvent |
class | RequestExtensions |
class | SessionEvent |
class | SessionExtensions |
class | StatementEvent |
class | ThreadedQueue |
Enumerations | |
enum | ErrorLevel { ErrorLevel.Critical = 1, ErrorLevel.Error = 2, ErrorLevel.Warning = 3 } |
In case of error messages, this enumerates the level of severity of the error. More... | |
enum | InformationLevel { InformationLevel.Information = 1, InformationLevel.Verbose = 2, InformationLevel.Debug = 3 } |
enum | LogLevel { LogLevel.Undefined = 0, LogLevel.Critical = 5, LogLevel.Error = 4, LogLevel.Warning = 3, LogLevel.Information = 2, LogLevel.Verbose = 1 } |
The level listened by a diagnostic logger More... | |
enum | SessionEventType { SessionEventType.Begin = 1, SessionEventType.EndForCommit = 2, SessionEventType.EndForRollback = 3 } |
|
strong |
In case of error messages, this enumerates the level of severity of the error.
Definition at line 24 of file ErrorLevel.cs.
|
strong |
Enumerator | |
---|---|
Information | |
Verbose | |
Debug |
Definition at line 4 of file InformationLevel.cs.
|
strong |
The level listened by a diagnostic logger
Definition at line 23 of file LogLevel.cs.
|
strong |