16 packages tagged with “eventlogs”
The Waher.Events project provides the basic architecture and framework for event logging in applications.
Contains an event sink that computes statistics over events being logged.
Outputs events to the XMPP network using XEP-0337.
The Waher.Events.Persistence project creates an even sink that stores incoming (logged) events in the local object database, as defined by Waher.Persistence. Event life time in the database is defined in the constructor. Searches can be made for historical events.
Implements event sinks that output incoming events to files.
Implements an event sink that outputs events to an MQTT topic.
Outputs events to the XMPP network using XEP-0337, for UWP.
Outputs events to the standard console output.
Implements an event sink that outputs events to an MQTT topic, for UWP.
The Waher.Events.Filter library defines an event sink that filters incoming events before propagating them allowed events to another event sink. Use this in conjunction with another event sink to process only a subset of logged events using the second event sink.
Outputs events to the Windows Event Log.
The Waher.Events.Pipe library publishes an even sink that sends incoming (logged) events to a pipe. An event reader is also available, making it easy to transport logged events from one process to another on the same machine.
Defines an event sink that sends events to a TCP listener socket. Events are sent as XML fragments.
Defines an event sink that sends events to a TCP listener socket, for UWP. Events are sent as XML fragments.
Defines an event sink that logs events to an external service using HTTP POST calls to a web hook URL.
Defines an event sink that transmits logged events to an external service using the Syslog protocol over TLS and TCP/IP.