Saves logs from given period to a text file, accessible by means of the Filesystem API.
Log entries in the text file are separated using the "||\n" combination.
Name | Description | Type | Use |
---|---|---|---|
dateFrom | An opening date of the time period. | date |
required |
dateTo | A closing date of the time period. | date |
required |
callback | A callback function to pass the
|
function |
required |