diff --git a/README.md b/README.md index cb31277..2e045bd 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Graphics](#graphics) - [GUI](#gui) - [Image processing](#image-processing) + - [Logging](#logging) - [Machine learning](#machine-learning) - [Markup language](#markup-language) - [Mobile](#mobile) @@ -600,6 +601,15 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [PistonDevelopers/image](https://github.com/PistonDevelopers/image) — Basic imaging processing functions and methods for converting to and from image formats [](https://travis-ci.org/PistonDevelopers/image) +### Logging + +[[log](https://crates.io/keywords/log)] + +* [rust-lang-nursery/log](https://github.com/rust-lang-nursery/log) — Logging implementation for Rust [![Build Status](https://travis-ci.org/rust-lang-nursery/log.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/log) +* [slog-rs/slog](https://github.com/slog-rs/slog) — Structured, composable logging for Rust [![Build Status](https://travis-ci.org/slog-rs/slog.svg?branch=master)](https://travis-ci.org/slog-rs/slog) +* [sfackler/log4rs](https://github.com/sfackler/log4rs) — highly configurable logging framework modeled after Java's Logback and log4j libraries [![Build Status](https://travis-ci.org/sfackler/log4rs.svg?branch=master)](https://travis-ci.org/sfackler/log4rs) + + ### Machine learning [[machine learning](https://crates.io/keywords/machine-learning)]