//! Console related utilities
//! Attaching and detaching the console is useful when dealing with elevation, and when dealing with hiding the console window.
//! When elevating, I want the logs to go to the same console the user started the program from.
//! When creating system tray applications, I want the console to be hidden by default, but have it be restorable if the user uses a tray action to show logs.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;