Logs a message at the trace level.
import { trace } from '@tauri-apps/plugin-log';let pos = { x: 3.234, y: -1.223 };trace(`Position is: x: {pos.x}, y: {pos.y}`); Copy
import { trace } from '@tauri-apps/plugin-log';let pos = { x: 3.234, y: -1.223 };trace(`Position is: x: {pos.x}, y: {pos.y}`);
Optional
Logs a message at the trace level.