~xenrox/go-log

Simple Go logging library
readme: Add deprecation notice
Add function to parse level from string without setting it

refs

master
browse  log 

clone

read-only
https://git.xenrox.net/~xenrox/go-log
read/write
git@git.xenrox.net:~xenrox/go-log

You can also use your local clone with git send-email.

#go-log

Notice: This package is deprecated and no longer maintained. Instead go-utils logging package should be used, which adds helper functions to log/slog.

A simple logging library in Go which supports log levels.

It is implemented as a wrapper around the standard library's log package.