Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Events.EventSink Class Referenceabstract

Base class for event sinks. More...

Inheritance diagram for Waher.Events.EventSink:
Waher.Events.LogObject Waher.Events.IEventSink Waher.Events.ILogObject Waher.Events.ILogObject LegalLab.Models.Network.Events.ListViewEventSink TAG.Simulator.Statistics.EventStatistics Waher.Client.WPF.Controls.Logs.LogSink Waher.Events.Console.ConsoleEventSink Waher.Events.DebugEventSink Waher.Events.Files.TextWriterEventSink Waher.Events.Files.XmlWriterEventSink Waher.Events.Filter.EventFilter Waher.Events.MQTT.MqttEventSink Waher.Events.MQTT.MqttEventSink Waher.Events.Persistence.PersistedEventLog Waher.Events.Pipe.PipeEventSink Waher.Events.Socket.SocketEventSink Waher.Events.Socket.SocketEventSink Waher.Events.Statistics.EventStatisticsSink Waher.Events.WindowsEventLog.WindowsEventLog Waher.Events.XMPP.XmppEventSink Waher.Events.XMPP.XmppEventSink Waher.IoTGateway.Events.AlertNotifier Waher.IoTGateway.WebResources.WebEventSink Waher.Mock.ListViewEventSink Waher.Security.LoginMonitor.LoginAuditor Waher.Security.LoginMonitor.LoginAuditor

Public Member Functions

 EventSink (string ObjectID)
 Base class for event sinks. More...
 
abstract Task Queue (Event Event)
 Queues an event to be output. More...
 
void LogDebug (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags)
 Logs a debug event. More...
 
void LogDebug (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags)
 Logs a debug event. More...
 
void LogDebug (string Message, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags)
 Logs a debug event. More...
 
void LogDebug (string Message, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags)
 Logs a debug event. More...
 
void LogDebug (string Message, string Actor, string EventId, params KeyValuePair< string, object >[] Tags)
 Logs a debug event. More...
 
void LogDebug (string Message, string Actor, params KeyValuePair< string, object >[] Tags)
 Logs a debug event. More...
 
void LogDebug (string Message, params KeyValuePair< string, object >[] Tags)
 Logs a debug event. More...
 
void LogInformational (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags)
 Logs an informational event. More...
 
void LogInformational (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags)
 Logs an informational event. More...
 
void LogInformational (string Message, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags)
 Logs an informational event. More...
 
void LogInformational (string Message, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags)
 Logs an informational event. More...
 
void LogInformational (string Message, string Actor, string EventId, params KeyValuePair< string, object >[] Tags)
 Logs an informational event. More...
 
void LogInformational (string Message, string Actor, params KeyValuePair< string, object >[] Tags)
 Logs an informational event. More...
 
void LogInformational (string Message, params KeyValuePair< string, object >[] Tags)
 Logs an informational event. More...
 
void LogNotice (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags)
 Logs a notice event. More...
 
void LogNotice (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags)
 Logs a notice event. More...
 
void LogNotice (string Message, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags)
 Logs a notice event. More...
 
void LogNotice (string Message, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags)
 Logs a notice event. More...
 
void LogNotice (string Message, string Actor, string EventId, params KeyValuePair< string, object >[] Tags)
 Logs a notice event. More...
 
void LogNotice (string Message, string Actor, params KeyValuePair< string, object >[] Tags)
 Logs a notice event. More...
 
void LogNotice (string Message, params KeyValuePair< string, object >[] Tags)
 Logs a notice event. More...
 
void LogWarning (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags)
 Logs a warning event. More...
 
void LogWarning (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags)
 Logs a warning event. More...
 
void LogWarning (string Message, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags)
 Logs a warning event. More...
 
void LogWarning (string Message, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags)
 Logs a warning event. More...
 
void LogWarning (string Message, string Actor, string EventId, params KeyValuePair< string, object >[] Tags)
 Logs a warning event. More...
 
void LogWarning (string Message, string Actor, params KeyValuePair< string, object >[] Tags)
 Logs a warning event. More...
 
void LogWarning (string Message, params KeyValuePair< string, object >[] Tags)
 Logs a warning event. More...
 
void LogError (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags)
 Logs an error event. More...
 
void LogError (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags)
 Logs an error event. More...
 
void LogError (string Message, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags)
 Logs an error event. More...
 
void LogError (string Message, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags)
 Logs an error event. More...
 
void LogError (string Message, string Actor, string EventId, params KeyValuePair< string, object >[] Tags)
 Logs an error event. More...
 
void LogError (string Message, string Actor, params KeyValuePair< string, object >[] Tags)
 Logs an error event. More...
 
void LogError (string Message, params KeyValuePair< string, object >[] Tags)
 Logs an error event. More...
 
void LogError (Exception Exception, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags)
 Logs an error event. More...
 
void LogError (Exception Exception, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags)
 Logs an error event. More...
 
void LogError (Exception Exception, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags)
 Logs an error event. More...
 
void LogError (Exception Exception, string Actor, string EventId, params KeyValuePair< string, object >[] Tags)
 Logs an error event. More...
 
void LogError (Exception Exception, string Actor, params KeyValuePair< string, object >[] Tags)
 Logs an error event. More...
 
void LogError (Exception Exception, params KeyValuePair< string, object >[] Tags)
 Logs an error event. More...
 
void LogCritical (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags)
 Logs a critical event. More...
 
void LogCritical (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags)
 Logs a critical event. More...
 
void LogCritical (string Message, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags)
 Logs a critical event. More...
 
void LogCritical (string Message, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags)
 Logs a critical event. More...
 
void LogCritical (string Message, string Actor, string EventId, params KeyValuePair< string, object >[] Tags)
 Logs a critical event. More...
 
void LogCritical (string Message, string Actor, params KeyValuePair< string, object >[] Tags)
 Logs a critical event. More...
 
void LogCritical (string Message, params KeyValuePair< string, object >[] Tags)
 Logs a critical event. More...
 
void LogCritical (Exception Exception, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags)
 Logs a critical event. More...
 
void LogCritical (Exception Exception, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags)
 Logs a critical event. More...
 
void LogCritical (Exception Exception, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags)
 Logs a critical event. More...
 
void LogCritical (Exception Exception, string Actor, string EventId, params KeyValuePair< string, object >[] Tags)
 Logs a critical event. More...
 
void LogCritical (Exception Exception, string Actor, params KeyValuePair< string, object >[] Tags)
 Logs a critical event. More...
 
void LogCritical (Exception Exception, params KeyValuePair< string, object >[] Tags)
 Logs a critical event. More...
 
void LogAlert (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags)
 Logs an alert event. More...
 
void LogAlert (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags)
 Logs an alert event. More...
 
void LogAlert (string Message, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags)
 Logs an alert event. More...
 
void LogAlert (string Message, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags)
 Logs an alert event. More...
 
void LogAlert (string Message, string Actor, string EventId, params KeyValuePair< string, object >[] Tags)
 Logs an alert event. More...
 
void LogAlert (string Message, string Actor, params KeyValuePair< string, object >[] Tags)
 Logs an alert event. More...
 
void LogAlert (string Message, params KeyValuePair< string, object >[] Tags)
 Logs an alert event. More...
 
void LogAlert (Exception Exception, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags)
 Logs an alert event. More...
 
void LogAlert (Exception Exception, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags)
 Logs an alert event. More...
 
void LogAlert (Exception Exception, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags)
 Logs an alert event. More...
 
void LogAlert (Exception Exception, string Actor, string EventId, params KeyValuePair< string, object >[] Tags)
 Logs an alert event. More...
 
void LogAlert (Exception Exception, string Actor, params KeyValuePair< string, object >[] Tags)
 Logs an alert event. More...
 
void LogAlert (Exception Exception, params KeyValuePair< string, object >[] Tags)
 Logs an alert event. More...
 
void LogEmergency (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags)
 Logs an emergency event. More...
 
void LogEmergency (string Message, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags)
 Logs an emergency event. More...
 
void LogEmergency (string Message, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags)
 Logs an emergency event. More...
 
void LogEmergency (string Message, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags)
 Logs an emergency event. More...
 
void LogEmergency (string Message, string Actor, string EventId, params KeyValuePair< string, object >[] Tags)
 Logs an emergency event. More...
 
void LogEmergency (string Message, string Actor, params KeyValuePair< string, object >[] Tags)
 Logs an emergency event. More...
 
void LogEmergency (string Message, params KeyValuePair< string, object >[] Tags)
 Logs an emergency event. More...
 
void LogEmergency (Exception Exception, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags)
 Logs an emergency event. More...
 
void LogEmergency (Exception Exception, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags)
 Logs an emergency event. More...
 
void LogEmergency (Exception Exception, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags)
 Logs an emergency event. More...
 
void LogEmergency (Exception Exception, string Actor, string EventId, params KeyValuePair< string, object >[] Tags)
 Logs an emergency event. More...
 
void LogEmergency (Exception Exception, string Actor, params KeyValuePair< string, object >[] Tags)
 Logs an emergency event. More...
 
void LogEmergency (Exception Exception, params KeyValuePair< string, object >[] Tags)
 Logs an emergency event. More...
 
virtual void Dispose ()
 IDisposable.Dispose() More...
 

Properties

virtual string ObjectID [get]
 Object ID, used when logging events. More...
 

Detailed Description

Base class for event sinks.

Definition at line 8 of file EventSink.cs.

Constructor & Destructor Documentation

◆ EventSink()

Waher.Events.EventSink.EventSink ( string  ObjectID)

Base class for event sinks.

Parameters
ObjectIDObject ID

Definition at line 14 of file EventSink.cs.

Member Function Documentation

◆ Dispose()

◆ LogAlert() [1/13]

void Waher.Events.LogObject.LogAlert ( Exception  Exception,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an alert event.

Parameters
ExceptionException Object.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 947 of file LogObject.cs.

◆ LogAlert() [2/13]

void Waher.Events.LogObject.LogAlert ( Exception  Exception,
string  Actor,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an alert event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 937 of file LogObject.cs.

◆ LogAlert() [3/13]

void Waher.Events.LogObject.LogAlert ( Exception  Exception,
string  Actor,
string  EventId,
EventLevel  Level,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an alert event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 913 of file LogObject.cs.

◆ LogAlert() [4/13]

void Waher.Events.LogObject.LogAlert ( Exception  Exception,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an alert event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 899 of file LogObject.cs.

◆ LogAlert() [5/13]

void Waher.Events.LogObject.LogAlert ( Exception  Exception,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an alert event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 884 of file LogObject.cs.

◆ LogAlert() [6/13]

void Waher.Events.LogObject.LogAlert ( Exception  Exception,
string  Actor,
string  EventId,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an alert event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 926 of file LogObject.cs.

◆ LogAlert() [7/13]

void Waher.Events.LogObject.LogAlert ( string  Message,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an alert event.

Parameters
MessageFree-text event message.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 869 of file LogObject.cs.

◆ LogAlert() [8/13]

void Waher.Events.LogObject.LogAlert ( string  Message,
string  Actor,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an alert event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 859 of file LogObject.cs.

◆ LogAlert() [9/13]

void Waher.Events.LogObject.LogAlert ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an alert event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 835 of file LogObject.cs.

◆ LogAlert() [10/13]

void Waher.Events.LogObject.LogAlert ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an alert event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 821 of file LogObject.cs.

◆ LogAlert() [11/13]

void Waher.Events.LogObject.LogAlert ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an alert event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 806 of file LogObject.cs.

◆ LogAlert() [12/13]

void Waher.Events.LogObject.LogAlert ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
string  StackTrace,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an alert event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
StackTraceStack Trace of event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 790 of file LogObject.cs.

◆ LogAlert() [13/13]

void Waher.Events.LogObject.LogAlert ( string  Message,
string  Actor,
string  EventId,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an alert event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 848 of file LogObject.cs.

◆ LogCritical() [1/13]

void Waher.Events.LogObject.LogCritical ( Exception  Exception,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a critical event.

Parameters
ExceptionException Object.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 770 of file LogObject.cs.

◆ LogCritical() [2/13]

void Waher.Events.LogObject.LogCritical ( Exception  Exception,
string  Actor,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a critical event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 760 of file LogObject.cs.

◆ LogCritical() [3/13]

void Waher.Events.LogObject.LogCritical ( Exception  Exception,
string  Actor,
string  EventId,
EventLevel  Level,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a critical event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 736 of file LogObject.cs.

◆ LogCritical() [4/13]

void Waher.Events.LogObject.LogCritical ( Exception  Exception,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a critical event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 722 of file LogObject.cs.

◆ LogCritical() [5/13]

void Waher.Events.LogObject.LogCritical ( Exception  Exception,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a critical event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 707 of file LogObject.cs.

◆ LogCritical() [6/13]

void Waher.Events.LogObject.LogCritical ( Exception  Exception,
string  Actor,
string  EventId,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a critical event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 749 of file LogObject.cs.

◆ LogCritical() [7/13]

void Waher.Events.LogObject.LogCritical ( string  Message,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a critical event.

Parameters
MessageFree-text event message.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 692 of file LogObject.cs.

◆ LogCritical() [8/13]

void Waher.Events.LogObject.LogCritical ( string  Message,
string  Actor,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a critical event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 682 of file LogObject.cs.

◆ LogCritical() [9/13]

void Waher.Events.LogObject.LogCritical ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a critical event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 658 of file LogObject.cs.

◆ LogCritical() [10/13]

void Waher.Events.LogObject.LogCritical ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a critical event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 644 of file LogObject.cs.

◆ LogCritical() [11/13]

void Waher.Events.LogObject.LogCritical ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a critical event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 629 of file LogObject.cs.

◆ LogCritical() [12/13]

void Waher.Events.LogObject.LogCritical ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
string  StackTrace,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a critical event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
StackTraceStack Trace of event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 613 of file LogObject.cs.

◆ LogCritical() [13/13]

void Waher.Events.LogObject.LogCritical ( string  Message,
string  Actor,
string  EventId,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a critical event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 671 of file LogObject.cs.

◆ LogDebug() [1/7]

void Waher.Events.LogObject.LogDebug ( string  Message,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a debug event.

Parameters
MessageFree-text event message.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 119 of file LogObject.cs.

◆ LogDebug() [2/7]

void Waher.Events.LogObject.LogDebug ( string  Message,
string  Actor,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a debug event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 109 of file LogObject.cs.

◆ LogDebug() [3/7]

void Waher.Events.LogObject.LogDebug ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a debug event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 85 of file LogObject.cs.

◆ LogDebug() [4/7]

void Waher.Events.LogObject.LogDebug ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a debug event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 71 of file LogObject.cs.

◆ LogDebug() [5/7]

void Waher.Events.LogObject.LogDebug ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a debug event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 56 of file LogObject.cs.

◆ LogDebug() [6/7]

void Waher.Events.LogObject.LogDebug ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
string  StackTrace,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a debug event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
StackTraceStack Trace of event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 40 of file LogObject.cs.

◆ LogDebug() [7/7]

void Waher.Events.LogObject.LogDebug ( string  Message,
string  Actor,
string  EventId,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a debug event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 98 of file LogObject.cs.

◆ LogEmergency() [1/13]

void Waher.Events.LogObject.LogEmergency ( Exception  Exception,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an emergency event.

Parameters
ExceptionException Object.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 1124 of file LogObject.cs.

◆ LogEmergency() [2/13]

void Waher.Events.LogObject.LogEmergency ( Exception  Exception,
string  Actor,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an emergency event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 1114 of file LogObject.cs.

◆ LogEmergency() [3/13]

void Waher.Events.LogObject.LogEmergency ( Exception  Exception,
string  Actor,
string  EventId,
EventLevel  Level,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an emergency event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 1090 of file LogObject.cs.

◆ LogEmergency() [4/13]

void Waher.Events.LogObject.LogEmergency ( Exception  Exception,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an emergency event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 1076 of file LogObject.cs.

◆ LogEmergency() [5/13]

void Waher.Events.LogObject.LogEmergency ( Exception  Exception,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an emergency event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 1061 of file LogObject.cs.

◆ LogEmergency() [6/13]

void Waher.Events.LogObject.LogEmergency ( Exception  Exception,
string  Actor,
string  EventId,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an emergency event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 1103 of file LogObject.cs.

◆ LogEmergency() [7/13]

void Waher.Events.LogObject.LogEmergency ( string  Message,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an emergency event.

Parameters
MessageFree-text event message.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 1046 of file LogObject.cs.

◆ LogEmergency() [8/13]

void Waher.Events.LogObject.LogEmergency ( string  Message,
string  Actor,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an emergency event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 1036 of file LogObject.cs.

◆ LogEmergency() [9/13]

void Waher.Events.LogObject.LogEmergency ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an emergency event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 1012 of file LogObject.cs.

◆ LogEmergency() [10/13]

void Waher.Events.LogObject.LogEmergency ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an emergency event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 998 of file LogObject.cs.

◆ LogEmergency() [11/13]

void Waher.Events.LogObject.LogEmergency ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an emergency event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 983 of file LogObject.cs.

◆ LogEmergency() [12/13]

void Waher.Events.LogObject.LogEmergency ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
string  StackTrace,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an emergency event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
StackTraceStack Trace of event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 967 of file LogObject.cs.

◆ LogEmergency() [13/13]

void Waher.Events.LogObject.LogEmergency ( string  Message,
string  Actor,
string  EventId,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an emergency event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 1025 of file LogObject.cs.

◆ LogError() [1/13]

void Waher.Events.LogObject.LogError ( Exception  Exception,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an error event.

Parameters
ExceptionException Object.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 593 of file LogObject.cs.

◆ LogError() [2/13]

void Waher.Events.LogObject.LogError ( Exception  Exception,
string  Actor,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an error event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 583 of file LogObject.cs.

◆ LogError() [3/13]

void Waher.Events.LogObject.LogError ( Exception  Exception,
string  Actor,
string  EventId,
EventLevel  Level,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an error event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 559 of file LogObject.cs.

◆ LogError() [4/13]

void Waher.Events.LogObject.LogError ( Exception  Exception,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an error event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 545 of file LogObject.cs.

◆ LogError() [5/13]

void Waher.Events.LogObject.LogError ( Exception  Exception,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an error event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 530 of file LogObject.cs.

◆ LogError() [6/13]

void Waher.Events.LogObject.LogError ( Exception  Exception,
string  Actor,
string  EventId,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an error event.

Parameters
ExceptionException Object.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 572 of file LogObject.cs.

◆ LogError() [7/13]

void Waher.Events.LogObject.LogError ( string  Message,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an error event.

Parameters
MessageFree-text event message.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 515 of file LogObject.cs.

◆ LogError() [8/13]

void Waher.Events.LogObject.LogError ( string  Message,
string  Actor,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an error event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 505 of file LogObject.cs.

◆ LogError() [9/13]

void Waher.Events.LogObject.LogError ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an error event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 481 of file LogObject.cs.

◆ LogError() [10/13]

void Waher.Events.LogObject.LogError ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an error event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 467 of file LogObject.cs.

◆ LogError() [11/13]

void Waher.Events.LogObject.LogError ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an error event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 452 of file LogObject.cs.

◆ LogError() [12/13]

void Waher.Events.LogObject.LogError ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
string  StackTrace,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an error event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
StackTraceStack Trace of event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 436 of file LogObject.cs.

◆ LogError() [13/13]

void Waher.Events.LogObject.LogError ( string  Message,
string  Actor,
string  EventId,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an error event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 494 of file LogObject.cs.

◆ LogInformational() [1/7]

void Waher.Events.LogObject.LogInformational ( string  Message,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an informational event.

Parameters
MessageFree-text event message.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 218 of file LogObject.cs.

◆ LogInformational() [2/7]

void Waher.Events.LogObject.LogInformational ( string  Message,
string  Actor,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an informational event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 208 of file LogObject.cs.

◆ LogInformational() [3/7]

void Waher.Events.LogObject.LogInformational ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an informational event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 184 of file LogObject.cs.

◆ LogInformational() [4/7]

void Waher.Events.LogObject.LogInformational ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an informational event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 170 of file LogObject.cs.

◆ LogInformational() [5/7]

void Waher.Events.LogObject.LogInformational ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an informational event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 155 of file LogObject.cs.

◆ LogInformational() [6/7]

void Waher.Events.LogObject.LogInformational ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
string  StackTrace,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an informational event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
StackTraceStack Trace of event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 139 of file LogObject.cs.

◆ LogInformational() [7/7]

void Waher.Events.LogObject.LogInformational ( string  Message,
string  Actor,
string  EventId,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs an informational event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 197 of file LogObject.cs.

◆ LogNotice() [1/7]

void Waher.Events.LogObject.LogNotice ( string  Message,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a notice event.

Parameters
MessageFree-text event message.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 317 of file LogObject.cs.

◆ LogNotice() [2/7]

void Waher.Events.LogObject.LogNotice ( string  Message,
string  Actor,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a notice event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 307 of file LogObject.cs.

◆ LogNotice() [3/7]

void Waher.Events.LogObject.LogNotice ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a notice event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 283 of file LogObject.cs.

◆ LogNotice() [4/7]

void Waher.Events.LogObject.LogNotice ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a notice event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 269 of file LogObject.cs.

◆ LogNotice() [5/7]

void Waher.Events.LogObject.LogNotice ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a notice event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 254 of file LogObject.cs.

◆ LogNotice() [6/7]

void Waher.Events.LogObject.LogNotice ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
string  StackTrace,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a notice event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
StackTraceStack Trace of event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 238 of file LogObject.cs.

◆ LogNotice() [7/7]

void Waher.Events.LogObject.LogNotice ( string  Message,
string  Actor,
string  EventId,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a notice event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 296 of file LogObject.cs.

◆ LogWarning() [1/7]

void Waher.Events.LogObject.LogWarning ( string  Message,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a warning event.

Parameters
MessageFree-text event message.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 416 of file LogObject.cs.

◆ LogWarning() [2/7]

void Waher.Events.LogObject.LogWarning ( string  Message,
string  Actor,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a warning event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 406 of file LogObject.cs.

◆ LogWarning() [3/7]

void Waher.Events.LogObject.LogWarning ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a warning event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 382 of file LogObject.cs.

◆ LogWarning() [4/7]

void Waher.Events.LogObject.LogWarning ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a warning event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 368 of file LogObject.cs.

◆ LogWarning() [5/7]

void Waher.Events.LogObject.LogWarning ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a warning event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 353 of file LogObject.cs.

◆ LogWarning() [6/7]

void Waher.Events.LogObject.LogWarning ( string  Message,
string  Actor,
string  EventId,
EventLevel  Level,
string  Facility,
string  Module,
string  StackTrace,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a warning event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
LevelEvent Level.
FacilityFacility can be either a facility in the network sense or in the system sense.
ModuleModule where the event is reported.
StackTraceStack Trace of event.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 337 of file LogObject.cs.

◆ LogWarning() [7/7]

void Waher.Events.LogObject.LogWarning ( string  Message,
string  Actor,
string  EventId,
params KeyValuePair< string, object >[]  Tags 
)
inherited

Logs a warning event.

Parameters
MessageFree-text event message.
ActorActor responsible for the action causing the event.
EventIdComputer-readable Event ID identifying type of even.
TagsVariable set of tags providing event-specific information.

Implements Waher.Events.ILogObject.

Definition at line 395 of file LogObject.cs.

◆ Queue()

Property Documentation

◆ ObjectID

virtual string Waher.Events.LogObject.ObjectID
getinherited

Object ID, used when logging events.

Implements Waher.Events.ILogObject.

Definition at line 25 of file LogObject.cs.


The documentation for this class was generated from the following file: