====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=== [ { "method": "logfile", "filename": "c:\tmp\myfile.txt" } ] //The above example would send values to a plain text file at **c:\tmp\myfile.txt** on Windows systems//. ===Other Modules=== Return to the [[mos:key-value_methods|list of key-value output modules]] or [[mos:event_methods|list of event output modules]].