- setLogCallbacks(
out: undefined | null | (data: null | string) => void,
err: undefined | null | (data: null | string) => void,
): void Parameters
- out: undefined | null | (data: null | string) => void
- err: undefined | null | (data: null | string) => void
Returns void
This method is not supported in this build. It will print a warning to stderr when called.
Re-compile the native module with the
log
feature to enable logging.