Skip to content
Tauri

attachLogger

attachLogger(fn): Promise<UnlistenFn>

Defined in: index.ts:256

Attaches a listener for the log, and calls the passed function for each log entry.

LoggerFn

Promise<UnlistenFn>

a function to cancel the listener.


© 2025 Tauri Contributors. CC-BY / MIT