We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9756880 commit 2a5d822Copy full SHA for 2a5d822
README.md
@@ -104,11 +104,12 @@ module.exports = exports = Task;
104
105
The following standard events are available for task authors and logger implementers.
106
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.
+* `debug` - Low level debug mode logging.
+* `info` - Verbose mode logging.
+* `log` - Standard mode logging.
+* `success` - Standard mode logging.
+* `warn` - Standard mode non-critical error logging.
112
+* `error` - Standard mode critical error logging.
113
114
# reader specification
115
> Iterate over input, performing read-only operations.
0 commit comments