A utility logger that generates styled log outputs.
Methods
debug(msg)
Debug only logs to the console
Since
- 2.10.0
Parameters:
Name | Type | Description |
---|---|---|
msg |
* |
error(msg)
Formatted error logger to the console
Since
- 0.1.0
Parameters:
Name | Type | Description |
---|---|---|
msg |
* |
info(msg)
Formatted info logger to the console
Since
- 0.1.0
Parameters:
Name | Type | Description |
---|---|---|
msg |
* |
log(msg)
Generic logger to the console
Since
- 0.1.0
Parameters:
Name | Type | Description |
---|---|---|
msg |
* |
warn(msg)
Formatted warning logger to the console
Since
- 0.1.0
Parameters:
Name | Type | Description |
---|---|---|
msg |
* |