This website requires JavaScript.
Explore
Help
Sign In
CyberMages
/
scribe
Watch
1
Star
0
Fork
0
You've already forked scribe
Code
Issues
2
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
scribe
/
tests
/
lib.rs
5 lines
32 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
A simple start at a logging facility.
2015-12-09 17:51:31 -05:00
#[
test
]
Turned this into a basic and simple logging system for now. Currently the library will handle using the log macros to directly call println!(). Later this can be set to actually log the errors.
2016-01-10 04:24:31 -05:00
pub
fn
test_blank
(
)
A simple start at a logging facility.
2015-12-09 17:51:31 -05:00
{
}
Reference in New Issue
Copy Permalink