mcopy/lib/log
mmcwilliams 3e5bda77db Move docs generation to host repo 2019-03-30 17:56:31 -04:00
..
Readme.md Move docs generation to host repo 2019-03-30 17:56:31 -04:00
index.js Update log format, remove timestamp and use file "mcopy.log" in mcopy dir, not mcopy-cli. 2019-03-21 18:01:41 -04:00
index.js.map Use the import Log = require() method of including log lib. This is cleaner and easier to read when parsing dependencies. 2019-03-21 18:03:53 -04:00
package.json Add a package to the log module 2019-03-21 15:03:42 -04:00

Readme.md

logFile() ⇒ string

Determine the location of the log file based on the operating system and return as an absolute string from os.homedir()

Kind: global function
Returns: string - Path to log file