Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mos:logfile [2023/04/05 23:38] – optrix | mos:logfile [2025/12/18 22:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====LogFile==== | ||
| + | The LogFile output module allows you to write data to a simple text-based log file. | ||
| + | |||
| + | ^Parameter^Default^Meaning^ | ||
| + | |**filename**||The full path to the file to write| | ||
| + | |||
| + | ===Availability=== | ||
| + | |||
| + | Available for [[key-value|key-value]] and [[event log|events]]. | ||
| + | |||
| + | ===Example=== | ||
| + | |||
| + | < | ||
| + | [ | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | ] | ||
| + | </ | ||
| + | |||
| + | //The above example would send values to a plain text file at **c: | ||
| + | |||
| + | ===Other Modules=== | ||
| + | |||
| + | Return to the [[mos: | ||