3 Commits

Author SHA1 Message Date
75cf71e917 Updated dependencies 2023-02-20 22:10:00 +01:00
7f444673ad Updated LICENSE file 2023-02-20 22:09:54 +01:00
8b0bd8ba22 feat: better api implementation for initialization 2022-10-16 01:07:00 +02:00
6 changed files with 44 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) <year> <copyright holders> Copyright (c) 2023 Larv IT AB
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@@ -12,8 +12,7 @@ Most basic usage with default settings:
import "gitea.larvit.se/pwrpln/go_log" import "gitea.larvit.se/pwrpln/go_log"
func main() { func main() {
log := go_log.Log{} log := go_log.GetLog()
log.SetDefaultValues{}
log.Error("Apocalypse! :O"); // stderr log.Error("Apocalypse! :O"); // stderr
log.Warn("The chaos is near"); // stderr log.Warn("The chaos is near"); // stderr
log.Info("All is well, but this message is important"); // stdout log.Info("All is well, but this message is important"); // stdout
@@ -27,8 +26,8 @@ func main() {
Set log level: Set log level:
```go ```go
log := go_log.Log{MinLogLvl: go_log.Debug} log := go_log.GetLog()
log.SetDefaultValues{} log.MinLogLvl = go_log.Debug
// Will now show on stdout // Will now show on stdout
log.Debug("A lot of detailed logs to debug your application"); log.Debug("A lot of detailed logs to debug your application");
@@ -45,8 +44,7 @@ log.Info("My log msg", "foo", "bar")
Setting a logging context to prepend metadata on all log entries: Setting a logging context to prepend metadata on all log entries:
```go ```go
log := go_log.Log{} log := go_log.GetLog()
log.SetDefaultValues{}
log.Context = []interface{{"some", "thing"}} log.Context = []interface{{"some", "thing"}}
log.Info("A message") log.Info("A message")
@@ -68,5 +66,4 @@ log := go_log.Log{
Stdout: go_log.DefaultStdout, // Log message outputter for Warning and Error Stdout: go_log.DefaultStdout, // Log message outputter for Warning and Error
TimeLocation: loc, // Timestamp location/time zone setting TimeLocation: loc, // Timestamp location/time zone setting
} }
// Don't run log.SetDefaultValues{} since it will override your settings
``` ```

2
go.mod
View File

@@ -2,7 +2,7 @@ module gitea.larvit.se/pwrpln/go_log
go 1.19 go 1.19
require github.com/stretchr/testify v1.8.0 require github.com/stretchr/testify v1.8.1
require ( require (
github.com/davecgh/go-spew v1.1.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect

4
go.sum
View File

@@ -5,9 +5,11 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

30
main.go
View File

@@ -35,6 +35,22 @@ type Log struct {
TimeLocation *time.Location // Timestamp location/time zone setting TimeLocation *time.Location // Timestamp location/time zone setting
} }
func LogLvlFromStr(logLvl string) LogLvl {
if logLvl == "Error" {
return Error
} else if logLvl == "Warn" {
return Warn
} else if logLvl == "Info" {
return Info
} else if logLvl == "Verbose" {
return Verbose
} else if logLvl == "Debug" {
return Debug
} else {
return 0
}
}
func LogName(logLvl LogLvl) string { func LogName(logLvl LogLvl) string {
if logLvl == 0 { if logLvl == 0 {
return "Error" return "Error"
@@ -95,14 +111,16 @@ func DefaultStdout(msg string) {
os.Stdout.WriteString(msg) os.Stdout.WriteString(msg)
} }
func (log *Log) SetDefaultValues() { func GetLog() Log {
if log.MinLogLvl == 0 { log := Log{
log.MinLogLvl = 3 Fmt: DefaultFmt,
MinLogLvl: Info,
Stderr: DefaultStderr,
Stdout: DefaultStdout,
} }
log.Fmt = DefaultFmt
log.Stderr = DefaultStderr
log.Stdout = DefaultStdout
log.TimeLocation, _ = time.LoadLocation("UTC") log.TimeLocation, _ = time.LoadLocation("UTC")
return log
} }
func (log *Log) Error(parts ...interface{}) { func (log *Log) Error(parts ...interface{}) {

View File

@@ -9,8 +9,7 @@ import (
func TestDefault(t *testing.T) { func TestDefault(t *testing.T) {
stdout := "" stdout := ""
stderr := "" stderr := ""
testLog := Log{} testLog := GetLog()
testLog.SetDefaultValues()
testLog.Stdout = func(msg string) { testLog.Stdout = func(msg string) {
stdout += msg stdout += msg
} }
@@ -29,8 +28,7 @@ func TestDefault(t *testing.T) {
func TestError(t *testing.T) { func TestError(t *testing.T) {
stderr := "" stderr := ""
testLog := Log{} testLog := GetLog()
testLog.SetDefaultValues()
testLog.Stderr = func(msg string) { testLog.Stderr = func(msg string) {
stderr += msg stderr += msg
} }
@@ -38,16 +36,15 @@ func TestError(t *testing.T) {
assert.Equal(t, "[\x1b[31mErr\x1b[0m] lureri\n", stderr[20:]) assert.Equal(t, "[\x1b[31mErr\x1b[0m] lureri\n", stderr[20:])
} }
func TestMetadata(t *testing.T) { // func TestMetadata(t *testing.T) {
testLog := Log{} // testLog := GetLog()
testLog.SetDefaultValues() // testLog.Context = []interface{}{
testLog.Context = []interface{}{ // "foo", "bar",
"foo", "bar", // "lur", "pelle",
"lur", "pelle", // }
} // testLog.Info("bosse")
testLog.Info("bosse") // testLog.Error("frasse", "wat", ":O")
testLog.Error("frasse", "wat", ":O") // }
}
// func TestWoo(t *testing.T) { // func TestWoo(t *testing.T) {
// loc, _ := time.LoadLocation("UTC") // loc, _ := time.LoadLocation("UTC")