nevinpuri / erlog

Minimalist log collector
MIT License
113 stars 1 forks source link

make a rust library #5

Closed nevinpuri closed 11 months ago

nevinpuri commented 1 year ago

basically have it be

let e = ErLog::new(conn_string); // where conn_string is just an http endpoint

e.log(json!({"test": "key"})) and it'll log it to the collector