473 B
473 B
Variable: logger
• Const logger: Object
Type declaration
| Name | Type |
|---|---|
debug |
(...s: any[]) => void |
error |
(s: any) => void |
fatal |
(...s: any[]) => void |
info |
(s: any) => void |
log |
(...s: any[]) => void |
verbose |
(...s: any[]) => void |
warn |
(s: any) => void |