Logger

Introduction

The Logger provides logging functionality to the SIC framework. It is however not a physical device in itself.

Sensors and Actuators

Dependencies

The independent usage of sensors and actuators do not have any dependencies by themselves. Instead, services are dependent on them. So, depending on the services run, the necessary sensor/actuator should be used accordingly.

How To Use

  1. start logger.jar

  2. load the action session_start

    • important: the Logger requires the session to be started in order for the logging actions to be started

  3. load the action session_log with the message to be logged as a parameter

    • repeat this action for all the messages wished to be logged

    • each message has a corresponding time stamp

  4. load the action session_end in order to mark the end of the session

Limitations