// These macros are also in the crate root and in the prelude, but having the module itself be pub
// as well makes it easy to import _just_ the macros without using `#[macro_use] extern crate nice-plug-core;`
/// A re-export of the `log` crate for use in the debug macros. This should not be used directly.
pub use log;