Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 916 Bytes

README.md

File metadata and controls

61 lines (38 loc) · 916 Bytes

ruslog During the development :)

Build Status Coverage

wrap logrush

What is ruslog?

logging library that extend the logrus

Features

  • Manage multiple loggers.
  • Manage of an Appender and Formatter.
  • File appender
  • Asynchronous log output

Requirements

Getting started

$ go get github.com/dogenzaka/ruslog

Example

TODO

Default appender and formatter

  • Formatter

    • Default
    • Text
    • Json
  • Appender

    • Default

Add

TODO

Development

Test

$ make install-test
$ make test

License

MIT License