LogFile

The LogFile output module allows you to write data to a simple text-based log file.

ParameterDefaultMeaning
filenameThe full path to the file to write

Availability

Available for key-value and 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