Skip to main content

diagnostics_set_level

Function diagnostics_set_level 

Source
pub async fn diagnostics_set_level(
    app: AppHandle,
    level: String,
) -> Result<String, String>
Expand description

Set the log level, for this session and the next.

TRACES: UR-078 | DR-218