Skip to content

Commit 2a5d822

Browse files
author
Tyler Kellen
committed
logging events
1 parent 9756880 commit 2a5d822

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,12 @@ module.exports = exports = Task;
104104

105105
The following standard events are available for task authors and logger implementers.
106106

107-
* `debug` - Low level debug logging.
108-
* `info` - Verbose logging.
109-
* `success` - Standard logging.
110-
* `warn` - Non-critical error logging.
111-
* `error` - Critical error logging.
107+
* `debug` - Low level debug mode logging.
108+
* `info` - Verbose mode logging.
109+
* `log` - Standard mode logging.
110+
* `success` - Standard mode logging.
111+
* `warn` - Standard mode non-critical error logging.
112+
* `error` - Standard mode critical error logging.
112113

113114
# reader specification
114115
> Iterate over input, performing read-only operations.

0 commit comments

Comments
 (0)