Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

log-status logs message with STATUS prefix.

Note: The logger only writes logfiles if the folder log exists. It may need to be created using (if (not (file-exists? log:path)) (create-directory log:path))

Parameter Description
s String to log
x Optional: Additional information to be logged (e.g. values needed for debugging)

Example

Example 1: Log status message, as used in serial module.

(log-status "rs232: starting device detection..")
Clone this wiki locally