Open henry2man opened 1 year ago
Workaround for now:
Add the dependency js_bindings
.
Add the import import 'package:js_bindings/js_bindings.dart' as interop;
call interop.window.console.log('logging');
Edit:
Nvm apparently print does the same.
Thanks, I will try print()
again 🤔
Nevertheless we need something that is traced in Supabase functions console.
Hi there.
It looks that plain print()
calls are making the job now!
Should we add some references in docs to this?
Plain
print()
calls now generate INFO messages on Supabase.How can we implement a full logging system with different logging levels?