Ogeon / rustful

[OUTDATED] A light HTTP framework for Rust
https://docs.rs/rustful
Apache License 2.0
862 stars 51 forks source link

Implement unified log tools #12

Closed Ogeon closed 9 years ago

Ogeon commented 9 years ago

Implements user defined log targets and removes good old try_send! in favour of explicit error handling.

Closes #7.

Ogeon commented 9 years ago

I think that's it for now. Any addition or tweak can be done separately.