Skip to content

SW_DevLog

Rolf Obrecht edited this page Aug 22, 2022 · 2 revisions

Device Module "Log"

TODO...

Module Information

System

System Comments
RPi OK
PC Linux OK
PC Windows OK
Mac OK

Dependencies

none

Command Line Arguments

-L [<filename>]
--log [<filename>]

Example: telex.py -L /data/telex.log

Config File Parameter

Param Default Description
filename 'log.txt' Can be either an absolute path or relative to piTelex' directory

Description

This module logs all commands that go through the main loop and the behaviour (answers) of the different modules upon them. (Mainly for debugging purposes)

Maybe Björn or Jochen should add some deeper insights here :-) ??

Implementation

TODO

Clone this wiki locally