A lightweight JSON RPC client & server
Home > async-call-rpc > AsyncCallOptions > log
Choose log level.
Signature:
log?: AsyncCallLogLevel | boolean | 'all';
true
is a reasonable default value, which means all options are the default in the AsyncCallLogLevel
false
is disable all logs
"all"
is enable all logs (stronger than true
).