Update README.md
This commit is contained in:
parent
85e135cf02
commit
35a3144436
@ -1,3 +1,6 @@
|
|||||||
|
> **Warning**: \
|
||||||
|
> This library has been archived. Please use the new [loggers](https://pkg.go.dev/go.elara.ws/loggers) package with Go's [log/slog](https://pkg.go.dev/log/slog) interface.
|
||||||
|
|
||||||
# Logger
|
# Logger
|
||||||
|
|
||||||
Logger is a simple and fast logger that can write both machine-readable and human-readable logs.
|
Logger is a simple and fast logger that can write both machine-readable and human-readable logs.
|
||||||
@ -34,8 +37,8 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"go.arsenm.dev/logger/log"
|
"go.elara.ws/logger/log"
|
||||||
"go.arsenm.dev/logger"
|
"go.elara.ws/logger"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Reference in New Issue
Block a user