Home > paper-cups > Logger
Signature:
export declare class Logger
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(locale, shouldDisable) | Constructs a new instance of the Logger class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| locale | string | ||
| shouldDisable | () => boolean |
| Method | Modifiers | Description |
|---|---|---|
| error(args) | ||
| info(args) | ||
| success(args) | ||
| warn(args) |