Documentation Index
Fetch the complete documentation index at: https://docs.spikeapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Getting logs for troubleshooting and debugging from Spike SDK for Flutter platform.
Documentation Index
Fetch the complete documentation index at: https://docs.spikeapi.com/llms.txt
Use this file to discover all available pages before exploring further.
await SpikeSDKV3.setLogCallback(
callback: (level, message) {
log("[SpikeSDK.${level.toJson()}] $message");
},
);
enum LogLevel {
verbose,
debug,
warning,
error;
}