A lightweight JSON RPC client & server
Home > async-call-rpc > ConsoleInterface
The minimal Console interface that AsyncCall needs.
Signature:
export interface ConsoleInterface
The method not provided will use “log” as it’s fallback.
| Method | Description |
|---|---|
| debug(args)? | (Optional) |
| error(args)? | (Optional) |
| groupCollapsed(args)? | (Optional) |
| groupEnd(args)? | (Optional) |
| log(args) | |
| warn(args)? | (Optional) |