An open API service indexing awesome lists of open source software.

https://github.com/gearnode/rb-logger

https://git.frimin.fr/?p=rb-logger.git;a=summary
https://github.com/gearnode/rb-logger

Last synced: 7 months ago
JSON representation

https://git.frimin.fr/?p=rb-logger.git;a=summary

Awesome Lists containing this project

README

          

# Introduction
`RbLogger` is a modern logger implementation for Ruby application.

# Motivation
The standard Ruby `Logger` class has a huge and complex interface and does not
provides features like formatting, metadata, etc. I built this library to have
simple logger with modern features, simple interface to write production
application.

# Documentation
The [handbook](doc/handbook.md) contains information about various aspects of
the library.

You can also use the [yard](https://yardoc.org) documentation tool to read
code documentation, for example:

yard doc

# Contact
If you find a bug or have any question, feel free to open a Github issue or to
contact me [by email](mailto:bryan@frimin.fr).

Please note that I do not currently review or accept any contribution.

# License
Released under the ISC license.

Copyright (c) 2020 Bryan Frimin .

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.