# 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` | | `warn` | (`s`: `any`) => `void` |