Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IEventLevel.cs
1namespace Waher.Events
2{
7 public interface IEventLevel
8 {
13 {
14 get;
15 }
16 }
17}
Implement this interface on exception classes to allow the log to extract Event Level information in ...
Definition: IEventLevel.cs:8
EventLevel? Level
Event level.
Definition: IEventLevel.cs:13
EventLevel
Event level.
Definition: EventLevel.cs:7