async-call-rpc

A lightweight JSON RPC client & server

Home > async-call-rpc > AsyncCallLogLevel

AsyncCallLogLevel interface

Log options

Signature:

export interface AsyncCallLogLevel 

Remarks

This option controls how AsyncCall log requests to the console.

Properties

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