mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-10 00:08:03 +00:00
#[macro_use] the log crate (#775)
This commit is contained in:
parent
655831eedf
commit
788552e10c
18 changed files with 49 additions and 42 deletions
|
@ -1,5 +1,9 @@
|
|||
#![doc = include_str!("../README.md")]
|
||||
|
||||
// `macro_use` puts the log macros (`error!`, `warn!`, `debug!`, `info!` and `trace!`) in scope for the crate
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
pub mod editor_api;
|
||||
pub mod helpers;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue