A utility logger that generates styled log outputs.
Methods
debug(…msg)
Debug only logs to the console when verbose (or debug) mode is enabled.
Since
- 2.10.0
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
msg |
* |
<repeatable> |
error(…msg)
Formatted error logger to the console
Since
- 0.1.0
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
msg |
* |
<repeatable> |
info(…msg)
Formatted info logger to the console
Since
- 0.1.0
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
msg |
* |
<repeatable> |
log(…msg)
Generic logger to the console
Since
- 0.1.0
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
msg |
* |
<repeatable> |
warn(…msg)
Formatted warning logger to the console
Since
- 0.1.0
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
msg |
* |
<repeatable> |