new JSONTransport(showLevel, target)
Transport type storing everything in a JS array.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
showLevel |
string | info | If level is equal or higher than the value it will be analyzed. |
target |
Array.<object> | Array to store logs. |
Extends
Methods
analyzer()
Actions to perform when call log in parent Logger
.
- Overrides: