preparing for 1.0
This commit is contained in:
parent
28d0d041b0
commit
909ca1b6cf
@ -17,9 +17,12 @@ Pre-1.0, not working yet.
|
|||||||
|
|
||||||
- if output is a tty, outputs pretty color logs
|
- if output is a tty, outputs pretty color logs
|
||||||
- if output is not a tty, outputs json
|
- 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
|
- supports delivering each log message via a webhook
|
||||||
|
|
||||||
|
## Planned Features
|
||||||
|
|
||||||
|
- supports delivering logs via tcp RELP (e.g. to remote rsyslog using imrelp)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
To use simplelog, first ensure your project is set up with Go modules:
|
To use simplelog, first ensure your project is set up with Go modules:
|
||||||
@ -36,7 +39,9 @@ go get sneak.berlin/go/simplelog
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Below is an example of how to use SimpleLog in a Go application. This example is provided in the form of a `main.go` file, which demonstrates logging at various levels using structured logging syntax.
|
Below is an example of how to use SimpleLog in a Go application. This
|
||||||
|
example is provided in the form of a `main.go` file, which demonstrates
|
||||||
|
logging at various levels using structured logging syntax.
|
||||||
|
|
||||||
```go
|
```go
|
||||||
package main
|
package main
|
||||||
|
Loading…
Reference in New Issue
Block a user