warn
warn(
message
,options?
):Promise
<void
>
Defined in: index.ts:170
Logs a message at the warn level.
string
import { warn } from '@tauri-apps/plugin-log';
const warn_description = "Invalid Input";
warn(`Warning! {warn_description}!`);
Promise
<void
>
© 2025 Tauri Contributors. CC-BY / MIT