Console Logger: Logging Events to Console

Note

This document explains how to use console logger event handler.

Synopsis

console-logger: null

Console logger is the simplest event handler, used to notify anything that is happening during the system examination. By default it is setup without any options and works “as is”.

Options

prefix

Optional. Prefix to the logging message text. Example:

Prefix example
prefix: "Hello"

concise

Optional. Set logger not to include output data from a certain module.

Mute additional data display
concise: true

Example

Setup example
events:
  # Capture all events
  $|$|$|$:

    handlers:
      console-logger

    console-logger:
      prefix: "Default event"
      concise: false # Also default