aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fancy-log/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/fancy-log/README.md')
-rw-r--r--node_modules/fancy-log/README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/node_modules/fancy-log/README.md b/node_modules/fancy-log/README.md
index f3d227d05..dfd3a9443 100644
--- a/node_modules/fancy-log/README.md
+++ b/node_modules/fancy-log/README.md
@@ -27,7 +27,23 @@ current time in HH:MM:ss format.
### `log.error(msg...)`
-Logs ths message as if you called `console.error` but prefixes the output with the
+Logs the message as if you called `console.error` but prefixes the output with the
+current time in HH:MM:ss format.
+
+### `log.warn(msg...)`
+
+Logs the message as if you called `console.warn` but prefixes the output with the
+current time in HH:MM:ss format.
+
+
+### `log.info(msg...)`
+
+Logs the message as if you called `console.info` but prefixes the output with the
+current time in HH:MM:ss format.
+
+### `log.dir(msg...)`
+
+Logs the message as if you called `console.dir` but prefixes the output with the
current time in HH:MM:ss format.
## License