Skip to content

Commit

Permalink
chore: Expose frontend_logging method
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Oct 19, 2023
1 parent ebe6581 commit 30ade2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ pub use backdoor_server::BackdoorServer;
pub use engine::IntifaceEngine;
pub use error::*;
pub use frontend::{EngineMessage, Frontend, IntifaceMessage};
pub use logging::setup_console_logging;
pub use logging::{setup_console_logging, setup_frontend_logging, BroadcastWriter};
pub use options::{EngineOptions, EngineOptionsBuilder, EngineOptionsExternal};
pub use remote_server::{ButtplugRemoteServer, ButtplugServerConnectorError};

0 comments on commit 30ade2a

Please sign in to comment.