Description

The LogExt component is used to send a log to one or more LogGroups (located in the /Log folder of the BtibService). The Log will then be sent to different destinations: (Log Console Tool) views, history, email, etc.

There are three types of LogExt:

 

 Properties

  • Status: Indicates the status of LogExt. Can be {ok} or {fault}
  • FaultCause: Indicates the cause of the problem in the event of a {fault} condition
  • Enabled: Enables or disables sending of the logs to the LogGroups
  • LogGroups: Selects the LogGroups to which the logs should be sent. For each LogGroup, you must then choose the minimum severity of the logs to be sent.
  • Example: If the "finest" severity is selected, all logs (no matter how severe) will be sent to the associated LogGroup. Alternatively, if the "warning" severity is selected, only the logs with a severity equal or higher will be sent to the LogGroup (i.e. "warning" and "severe").
  •   (info) If you specify a LogGroup name that does not exist, it will be created automatically.