Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "logflake", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Better console messages for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -111,3 +111,3 @@ # LogFlake | ||
### The log() function | ||
## The log() function | ||
@@ -130,3 +130,3 @@ ``` | ||
### Log Levels | ||
## Log Levels | ||
@@ -168,3 +168,3 @@ The console levels are: | ||
### Common Log() Examples | ||
## Common Log() Examples | ||
@@ -227,3 +227,3 @@ ```js | ||
### Available Options | ||
## Available Options | ||
@@ -262,3 +262,3 @@ | Option | Description | Default | | ||
### Using namespaces: | ||
## Using namespaces: | ||
@@ -290,3 +290,3 @@ You can define a namespace directly when creating the `log()` function: | ||
### Defining the `namespace` as an option: | ||
## Defining the `namespace` as an option: | ||
@@ -303,3 +303,3 @@ You can also pass the namespace by defining the `prefix` option: | ||
### Namespace shorthand | ||
## Namespace shorthand | ||
@@ -330,3 +330,3 @@ If you wont use any other option, and you are using CJS, you can use a shorthand and pass the namespace directly like this: | ||
### Referencing | ||
## Referencing | ||
@@ -353,3 +353,3 @@ You can create a "reference" to a log function by assigning it to a variable or const: | ||
### Chaining | ||
## Chaining | ||
@@ -356,0 +356,0 @@ Any `log` call has a chain of useful methods. The example below runs only once and saves its output on a local file. See the next section of this documentation to know more about the chained methods. |
44967