Skip to content

Commit 4e937e0

Browse files
authored
reset_format -> clear_format take 2
1 parent 849f043 commit 4e937e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/plugin/logging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ tauri_plugin_log::Builder::new()
345345
### Applying a different format to targets
346346

347347
You can specify your own log format for specific targets by using the `format` method
348-
on `tauri_plugin_log::Target`. You may also wish to call `reset_format` on the builder
348+
on `tauri_plugin_log::Target`. You may also wish to call `clear_format` on the builder
349349
to remove the default formatter, which is applied to all targets:
350350

351351
```rust

0 commit comments

Comments
 (0)