Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mark0725 committed Oct 26, 2023
1 parent 48260ce commit 626bf4b
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# lite-log [![](https://img.shields.io/github/tag/mark0725/rust-lite-log.svg)](https://github.com/mark0725/rust-lite-log/tags) [![](https://img.shields.io/travis/mark0725/rust-lite-log.svg)](https://travis-ci.org/mark0725/rust-lite-log) [![](https://img.shields.io/github/issues/mark0725/rust-lite-log.svg)](https://github.com/mark0725/rust-lite-log/issues)
Forked from [rust-simple_logger](https://github.com/borntyping/rust-simple_logger), and changed lib time to chrono.
# lite-log

A logger that prints all messages with a readable output format.

[![Crates.io][crates-badge]][crates-url]
[![MIT License][license-badge]][license-link]
[![Github Tags][tags-badge]][tags-link]
[![Github Issues][issues-badge]][issues-link]

[crates-url]: https://crates.io/crates/lite-log
[crates-badge]: https://img.shields.io/crates/v/lite-log.svg
[license-badge]: https://img.shields.io/github/license/mark0725/rust-lite-log
[license-link]: https://github.com/mark0725/rust-lite-log/blob/master/LICENSE
[tags-badge]: https://img.shields.io/github/tag/mark0725/rust-lite-log.svg
[tags-link]: https://github.com/mark0725/rust-lite-log/tags
[issues-badge]: https://img.shields.io/github/issues/mark0725/rust-lite-log.svg
[issues-link]: https://github.com/mark0725/rust-lite-log/issues

Forked from [rust-simple_logger](https://github.com/borntyping/rust-simple_logger), and changed lib time to chrono.

The output format is based on the format used by [Supervisord](https://github.com/Supervisor/supervisor), with timestamps default [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339) format. The format used for timestamps can be customised.

* [Source on GitHub](https://github.com/mark0725/rust-lite-log)
Expand Down

0 comments on commit 626bf4b

Please sign in to comment.