Struct raui::core::PrintLogger [−][src]
pub struct PrintLogger;
Expand description
Prints log messages to terminal via println! macro.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PrintLoggerimpl Send for PrintLoggerimpl Sync for PrintLoggerimpl Unpin for PrintLoggerimpl UnwindSafe for PrintLogger