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

https://github.com/ngoldack/slog-highlight

slog handler for highlight.io
https://github.com/ngoldack/slog-highlight

go golang highlight log logging slog slog-handler

Last synced: 5 months ago
JSON representation

slog handler for highlight.io

Awesome Lists containing this project

README

          

# slog-highlight

[![Go Reference](https://pkg.go.dev/badge/github.com/ngoldack/slog-highlight.svg)](https://pkg.go.dev/github.com/ngoldack/slog-highlight)
![GitHub go.mod Go version (subdirectory of monorepo)](https://img.shields.io/github/go-mod/go-version/ngoldack/slog-highlight)
[![Go Report Card](https://goreportcard.com/badge/github.com/ngoldack/slog-highlight)](https://goreportcard.com/report/github.com/ngoldack/slog-highlight)
[![Maintainability](https://api.codeclimate.com/v1/badges/d45af53cfaac10e5fe4f/maintainability)](https://codeclimate.com/github/ngoldack/slog-highlight/maintainability)
[![codecov](https://codecov.io/gh/ngoldack/slog-highlight/graph/badge.svg?token=pE0NiuM0l9)](https://codecov.io/gh/ngoldack/slog-highlight)
[![ci](https://github.com/ngoldack/slog-highlight/actions/workflows/ci.yaml/badge.svg)](https://github.com/ngoldack/slog-highlight/actions/workflows/ci.yaml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
![GitHub contributors](https://img.shields.io/github/contributors/ngoldack/slog-highlight?link=https%3A%2F%2Fgithub.com%2Fngoldack%2Fslog-highlight%2Fgraphs%2Fcontributors)

This library implements the slog handler for the [highlight.io](https://highlight.io) logging service.

## Usage

See [`examples`](examples) directory for usage examples.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.