System that receive kengine::packets::Log packets and simply prints them to the standard output.
void handle(const packets::Log &packet) const noexcept;Handler for the packets::Log datapacket. See Mediator for clarification about how datapackets are transmitted.