Logs a message at the warn level.
import { warn } from '@tauri-apps/plugin-log';const warn_description = "Invalid Input";warn(`Warning! {warn_description}!`); Copy
import { warn } from '@tauri-apps/plugin-log';const warn_description = "Invalid Input";warn(`Warning! {warn_description}!`);
Optional
Logs a message at the warn level.