Skip to content

v0.1.2

Compare
Choose a tag to compare
@kataras kataras released this 15 Aug 21:15
· 28 commits to master since this release

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).