# Functions

GetFrameLogForDevice subscribes to the uplink and downlink frame logs for the given device and sends this to the given channel.
GetFrameLogForGateway subscribes to the uplink and downlink frame logs for the given gateway and sends this to the given channel.
LogDownlinkFrameForDevEUI logs the given frame to the device pub-sub key.
LogDownlinkFrameForGateway logs the given frame to the gateway pub-sub key.
LogUplinkFrameForDevEUI logs the given frame to the pub-sub key of the given DevEUI.
LogUplinkFrameForGateways logs the given frame to all the gateway pub-sub keys.

# Structs

DownlinkFrameLog contains the details of a downlink frame.
FrameLog contains either an uplink or downlink frame.
UplinkFrameLog contains the details of an uplink frame.