![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
| InformationEvent (string message, InformationLevel level) | |
Protected Member Functions | |
| override void | GetEventData (Dictionary< string, object > data) |
Protected Member Functions inherited from Deveel.Data.Diagnostics.Event | |
| Event () | |
| Event (DateTimeOffset timeStamp) | |
| virtual IEventSource | OnSourceGet (IEventSource eventSource) |
| virtual IEventSource | OnSourceSet (IEventSource eventSource) |
Properties | |
| string | Message [get, private set] |
| InformationLevel | Level [get, private set] |
Properties inherited from Deveel.Data.Diagnostics.Event | |
| IEventSource | EventSource [get, set] |
| DateTimeOffset | TimeStamp [get, private set] |
| IDictionary< string, object > IEvent. | EventData [get] |
Properties inherited from Deveel.Data.Diagnostics.IEvent | |
| IEventSource | EventSource [get, set] |
| Gets the event source. More... | |
| DateTimeOffset | TimeStamp [get] |
| IDictionary< string, object > | EventData [get] |
| Gets additional event data that come with the event. More... | |
Definition at line 5 of file InformationEvent.cs.
|
inline |
Definition at line 6 of file InformationEvent.cs.
|
inlineprotectedvirtual |
Reimplemented from Deveel.Data.Diagnostics.Event.
Definition at line 15 of file InformationEvent.cs.
|
getprivate set |
Definition at line 13 of file InformationEvent.cs.
|
getprivate set |
Definition at line 11 of file InformationEvent.cs.
1.8.10