closer to ready
This commit is contained in:
14
README.md
14
README.md
@@ -1,5 +1,7 @@
|
||||
# simplelog
|
||||
|
||||
## Summary
|
||||
|
||||
simplelog is an opinionated logging package designed to facilitate easy and
|
||||
structured logging in Go applications with an absolute minimum of
|
||||
boilerplate.
|
||||
@@ -7,12 +9,16 @@ boilerplate.
|
||||
The idea is that you can add a single import line which replaces the
|
||||
stdlib `log/slog` default handler, and solve the 90% case for logging.
|
||||
|
||||
## Current Status
|
||||
|
||||
Pre-1.0, not working yet.
|
||||
|
||||
## Features
|
||||
|
||||
* if output is a tty, outputs pretty color logs
|
||||
* if output is not a tty, outputs json
|
||||
* supports delivering logs via tcp RELP (e.g. to remote rsyslog using imrelp)
|
||||
* supports delivering each log message via a webhook
|
||||
- if output is a tty, outputs pretty color logs
|
||||
- if output is not a tty, outputs json
|
||||
- supports delivering logs via tcp RELP (e.g. to remote rsyslog using imrelp)
|
||||
- supports delivering each log message via a webhook
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user