///
// Define the modules that are a
// part of this library.
mod log_level;
mod macros;
pub use self::log_level::LogLevel;