Skip to content

Commit 849f043

Browse files
authored
reset_format -> clear_format
1 parent f807850 commit 849f043

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
@@ -350,7 +350,7 @@ to remove the default formatter, which is applied to all targets:
350350

351351
```rust
352352
tauri_plugin_log::Builder::new()
353-
.reset_format()
353+
.clear_format()
354354
.targets([
355355
tauri_plugin_log::Target::new(
356356
tauri_plugin_log::TargetKind::Stdout

0 commit comments

Comments
 (0)