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() which returns an array containing all the logs from the packet. It is always safe to call this method; if the packet does not contain any logs or events an array will be returned with zero elements.