interface LogApi
Methods
debug(message, arg)
| Name | Type | Description |
|---|---|---|
|
|
|
|
|
|
Returns |
|
Signature
debug(message: string, arg?: any): any;
error(message, arg)
| Name | Type | Description |
|---|---|---|
|
|
|
|
|
|
Returns |
|
Signature
error(message: string, arg?: any): any;
info(message, arg)
| Name | Type | Description |
|---|---|---|
|
|
|
|
|
|
Returns |
|
Signature
info(message: string, arg?: any): any;
rainbow(message, arg)
| Name | Type | Description |
|---|---|---|
|
|
|
|
|
|
Returns |
|
Signature
rainbow(message: string, arg?: any): any;