Description

The LogGroup component collects a set of logs in the same way as an alarm class. The logs sent by LogExt can be grouped according to their origin, their theme or their severity. The LogGroups are used to symbolize these groups. Each LogExt will then choose the LogGroup(s) to which it will send its logs.

 

Implementation

  • Copy and paste a LogGroup into the /Log folder of the BtibService
  • Connect a LogRecipient to the LogReceived topic of the LogGroup


Topics

  • LogReceived : Topic triggered when a log is sent by a LogExt and received by the LogGroup