A lightweight JSON RPC client & server
Home > async-call-rpc > AsyncCallLogLevel
Log options
Signature:
export interface AsyncCallLogLevel
This option controls how AsyncCall log requests to the console.
Property | Modifiers | Type | Description |
---|---|---|---|
beCalled? | boolean | (Optional) Log all incoming requests | |
localError? | boolean | (Optional) Log all errors when responding requests | |
remoteError? | boolean | (Optional) Log errors from the remote | |
requestReplay? | boolean | (Optional) If log a function that can replay the request | |
sendLocalStack? | boolean | (Optional) Send the stack to the remote when making requests | |
type? | ‘basic’ | ‘pretty’ | (Optional) Style of the log |