summary refs log tree commit diff
path: root/src/libcore/logging.rs
AgeCommit message (Collapse)AuthorLines
2012-01-13libcore: Add core::logging::console_on/off functionsBrian Anderson-0/+26
These affect logging output to stdout globally, and turning the console off has no effect when overridden by RUST_LOG.