Sorry, but there are no more tags available to filter with.
-
AtomLogger is responsible for decoding incoming ATOM packets, extracting events and logs, and recording these in a database table. ATOM packets arrive via an MSMQ queue defined in the AtomLogger config file. These packets contain zero or more logs or events. The AtomPacket class exposes a method GetLogs...