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

https://github.com/jcxplorer/cwlogger

Go library for reliably writing logs to Amazon CloudWatch Logs
https://github.com/jcxplorer/cwlogger

aws cloudwatch-logs go golang logger logging

Last synced: 5 months ago
JSON representation

Go library for reliably writing logs to Amazon CloudWatch Logs

Awesome Lists containing this project

README

          

# cwlogger

[![GoDoc](https://godoc.org/github.com/jcxplorer/cwlogger?status.svg)](https://godoc.org/github.com/jcxplorer/cwlogger)
[![Build Status](https://travis-ci.org/jcxplorer/cwlogger.svg?branch=master)](https://travis-ci.org/jcxplorer/cwlogger)
[![codecov](https://codecov.io/gh/jcxplorer/cwlogger/branch/master/graph/badge.svg)](https://codecov.io/gh/jcxplorer/cwlogger)
[![Code Climate](https://codeclimate.com/github/jcxplorer/cwlogger/badges/gpa.svg)](https://codeclimate.com/github/jcxplorer/cwlogger)

A Go library for easily and reliably writing logs to Amazon CloudWatch Logs.

## Documentation

See [GoDoc](https://godoc.org/github.com/jcxplorer/cwlogger) for usage
instructions and API documentation.

## License

MIT License.