Skip to content

Commit

Permalink
Add new log concept TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Jul 3, 2019
1 parent 6e6be4d commit 6808040
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions log.js
@@ -0,0 +1,15 @@
/*
* TODO: Method to increase indent (use '>' to indicate level) of log messages
*/

/*
* TODO: Method to decrease indent level of log messages
*/

/*
* TODO: Method to log message, takes string and chalk color (callback essentially)
* This should make use of the indent level as controlled above
*/

// TODO: Use this new logging method for all logging in script
// The aim being that this will make it visually easier to trace how methods are getting called in the stack

0 comments on commit 6808040

Please sign in to comment.