Skip to content

Commit

Permalink
Merge pull request rust-unofficial#213 from wdv4758h/logging
Browse files Browse the repository at this point in the history
add rust-lang-nursery/log, slog-rs/slog, sfackler/log4rs
  • Loading branch information
kud1ing authored Oct 27, 2016
2 parents f00c7bd + 63d6e78 commit 3cd0472
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 [<img src="https://travis-ci.org/PistonDevelopers/image.svg?branch=master">](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)]
Expand Down

0 comments on commit 3cd0472

Please sign in to comment.