mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-28 00:48:12 +08:00
#[macro_use] the log crate (#775)
This commit is contained in:
committed by
Keavon Chambers
parent
655831eedf
commit
788552e10c
@@ -4,6 +4,10 @@ extern crate graphite_proc_macros;
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
||||
// `macro_use` puts the log macros (`error!`, `warn!`, `debug!`, `info!` and `trace!`) in scope for the crate
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
pub mod application;
|
||||
pub mod consts;
|
||||
pub mod dispatcher;
|
||||
|
||||
Reference in New Issue
Block a user