A simple start at a logging facility.
This commit is contained in:
14
tests/lib.rs
Normal file
14
tests/lib.rs
Normal file
@ -0,0 +1,14 @@
|
||||
#[macro_use]
|
||||
extern crate scribe;
|
||||
|
||||
use scribe::LogLevel;
|
||||
use scribe::location::Location;
|
||||
use scribe::entry::Entry;
|
||||
|
||||
|
||||
#[test]
|
||||
pub fn test_log_call()
|
||||
{
|
||||
//log!(LogLevel::ERROR, "Test");
|
||||
write_to_log!()
|
||||
}
|
Reference in New Issue
Block a user