You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the inkpen package provides a writer that is able to print verbosity level icons and prefixes with colors. To allow to use icons and prefixes without colors both features will be moved into a new pencil package with a new pencil.Pencil type. The inkpen.Inkpen type will be changed to compose this new type and additionally allows to color the output.
In order to make it easier to configure both types, new package specific options will be implemented that will be available via variadic parameters to the constructor functions of these types. This reduces the required code to configure a writer and also provides a safer usage with Goroutines.
The text was updated successfully, but these errors were encountered:
Before the `inkpen` package provided a writer that was able to print
verbosity level icons and prefixes with colors.
To allow to use icons and prefixes without colors both features have
been moved into the new `pencil` package with the new `pencil.Pencil`
type. The `inkpen.Inkpen` type has been changed to compose this new type
and additionally allow to color the output.
In order to make it easier to configure both types, new package specific
options have been implemented that are available via variadic parameters
to the constructor functions of these types. This reduces the required
code to configure a writer and also provides a safer usage with
Goroutines.
GH-18
Before the `inkpen` package provided a writer that was able to print
verbosity level icons and prefixes with colors.
To allow to use icons and prefixes without colors both features have
been moved into the new `pencil` package with the new `pencil.Pencil`
type. The `inkpen.Inkpen` type has been changed to compose this new type
and additionally allow to color the output.
In order to make it easier to configure both types, new package specific
options have been implemented that are available via variadic parameters
to the constructor functions of these types. This reduces the required
code to configure a writer and also provides a safer usage with
Goroutines.
ResolvesGH-18
Currently the
inkpen
package provides a writer that is able to print verbosity level icons and prefixes with colors. To allow to use icons and prefixes without colors both features will be moved into a newpencil
package with a newpencil.Pencil
type. Theinkpen.Inkpen
type will be changed to compose this new type and additionally allows to color the output.In order to make it easier to configure both types, new package specific options will be implemented that will be available via variadic parameters to the constructor functions of these types. This reduces the required code to configure a writer and also provides a safer usage with Goroutines.
The text was updated successfully, but these errors were encountered: