1 unstable release

0.1.0 Oct 27, 2022

#281 in #logger

MIT license

7KB
138 lines

mezmo-rs

Use Mezmo platform with Rust.

Example

use mezmo::Logger;

fn main() {
    let logger = Logger::new("YOUR_API_KEY_HERE".to_string(), "tag1,tag2,tag3".to_string());
    logger.log("this is a log".to_string(), "INFO".to_string());    
}

Dependencies

~4–16MB
~219K SLoC