jostylr / literate-programming-lib

The library component of literate-programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add doc.warn, levels to log

jostylr opened this issue · comments

doc.error has been good. Want a doc.warn which is not a critical stop, but something to be reported. Want to hook up jshint to issue errors and warning depending on severity.

Also want to add levels to log so that one can inspect various levels of detail.

add in commands for warn and error (perhaps using conditionals with it), allow log command to take in a number and additional comments, as well as a name. this sounds familiar.

Added some of this already. Need to hook it all up to the log command and update the use of doc.log throughout the code. Maybe add some more logging.