summary refs log tree commit diff
path: root/src/libcore/logging.rs
AgeCommit message (Collapse)AuthorLines
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-9/+9
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-03-09core: Convert to rustdocBrian Anderson-8/+7
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.