new Logger(optsopt) → {Logger}
A Logger with colored output.
Parameters:
Name | Type | Attributes | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
Object |
<optional> |
Optional arguments for Properties
|
Returns:
- Type
- Logger
Extends
- console.Console
Methods
blue(str) → {String}
Parameters:
Name | Type | Description |
---|---|---|
str |
String |
Returns:
- Type
- String
cyan(str) → {String}
Parameters:
Name | Type | Description |
---|---|---|
str |
String |
Returns:
- Type
- String
debug(…strs)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
strs |
* |
<repeatable> |
error(…strs)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
strs |
* |
<repeatable> |
green(str) → {String}
Parameters:
Name | Type | Description |
---|---|---|
str |
String |
Returns:
- Type
- String
info(…strs)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
strs |
* |
<repeatable> |
log(…strs)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
strs |
* |
<repeatable> |
red(str) → {String}
Parameters:
Name | Type | Description |
---|---|---|
str |
String |
Returns:
- Type
- String
warn(…strs)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
strs |
* |
<repeatable> |
yellow(str) → {String}
Parameters:
Name | Type | Description |
---|---|---|
str |
String |
Returns:
- Type
- String