kataras / iris-cli

[WIP] Iris Command Line Interface
https://iris-go.com
MIT License
124 stars 11 forks source link

Bump github.com/kataras/golog from 0.1.9 to 0.1.11 #30

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/kataras/golog from 0.1.9 to 0.1.11.

Release notes

Sourced from github.com/kataras/golog's releases.

v0.1.11

Full Changelog: https://github.com/kataras/golog/compare/v0.1.8...v0.1.11

Changelog

Sourced from github.com/kataras/golog's changelog.

Wed 11 November 2023 | v0.1.11

  • Add integration for "log/slog" package:
import "log/slog"

// [...] myLogger := slog.New(slog.NewJSONHandler(os.Stdout, nil)) golog.Install(myLogger) // OR just golog.Install(slog.Default())

  • The InstallStd method was removed, use the Install method instead, it receives any instead of just ExternalLogger now.

Sat 29 October 2022 | v0.1.8

Add golog.Now variable so 3rd-parties can customize the time.Now functionality used in golog.Log.Time and Timestamp.

Wed 09 Decemember | v0.1.6

Fix Clone not inherite the parent's formatters field (fixes SetLevelFormat on childs).

Mo 07 September | v0.1.5

Introduce the Formatter interface. Example.

  • Add Logger.RegisterFormatter(Formatter) to register a custom Formatter.
  • Add Logger.SetFormat(formatter string, opts ...interface{}) to set the default formatter for all log levels.
  • Add Logger.SetLevelFormat(levelName string, formatter string, opts ...interface{}) to change the output format for the given "levelName".

Su 06 September | v0.1.3 and v0.1.4

  • Add Logger.SetLevelOutput(levelName string, w io.Writer) to customize the writer per level.
  • Add Logger.GetLevelOutput(levelName string) io.Writer to get the leveled output or the default one.

Sa 15 August | v0.1.2

  • Logger.Child accepts an interface{} instead of string. This way you can register children for pointers without forcing to naming them. If the key is string or completes the fmt.Stringer interface, then it's used as prefix (like always did).

Fr 14 August 2020 | v0.0.19

  • Use locks on hijacker.

Tu 09 June 2020 | v0.0.18

  • New SetStacktraceLimit method. If 0 (default) all debug stacktrace will be logged, if negative the field is disabled.
  • If TimeFormat field is empty then timestamp field is disabled.

Sa 06 June 2020 | v0.0.16

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)