In my current Vera setup I I often ( about a dozen times) log events or save device status to a number of log files: one per item of interest. In Vera this was quite easy; just adding a line of text to a log file - i.e
os.execute(“echo $(date +‘%Y-%m-%d %H:%M:%S’) Opened >>/motion/mailbox_opened.log”)
Is there an equally simple way to accomplish this in a MeshBot?