Logs a message at the info level.
import { info } from '@tauri-apps/plugin-log';const conn_info = { port: 40, speed: 3.20 };info(`Connected to port {conn_info.port} at {conn_info.speed} Mb/s`); Copy
import { info } from '@tauri-apps/plugin-log';const conn_info = { port: 40, speed: 3.20 };info(`Connected to port {conn_info.port} at {conn_info.speed} Mb/s`);
Optional
Logs a message at the info level.