Skip to content

Commit

Permalink
de_log: Implement logging to file
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCrumpLeys committed May 29, 2023
1 parent 0fe3590 commit c4663b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/log/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pub struct LogPluginGroup;

impl PluginGroup for LogPluginGroup {
fn build(self) -> PluginGroupBuilder {
PluginGroupBuilder::start::<Self>().add(LogPlugin {})
PluginGroupBuilder::start::<Self>().add(LogPlugin)
}
}

0 comments on commit c4663b7

Please sign in to comment.