Classes
Members
(static) mkdirp
Recursive mkdir directory function
- Source:
Methods
(static) Error()
Error log function
- Source:
Example
wf.Error("Error");
(static) Log()
Basic log function
- Source:
Example
wf.Log("Something");
(static) WF()
WF Main method to get WF instance
Returns:
WF Object
Example
var wf = new WF();
(static) wLog()
Log function that appends log in a file. It uses wf.mkdirp() to recursively create folders if they don't exist.
- Source:
Example
wf.wLog("my/mpath/error.log", "Error");