Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 448 Bytes

File metadata and controls

12 lines (8 loc) · 448 Bytes

System that receive kengine::packets::Log packets and simply prints them to the standard output.

Members

handle(const packets::Log &)
void handle(const packets::Log &packet) const noexcept;

Handler for the packets::Log datapacket. See Mediator for clarification about how datapackets are transmitted.