Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identifiable ¶ added in v1.17.0
type Identifiable interface { // Identity is the method that returns the required name and optional description that make up identity. Identity() (name string, description string) }
Identifiable is an interface that indicates that a type has an identity.
type Logger ¶
Logger is an extension to libbuildpack.Logger to add additional functionality.
func (Logger) PrettyIdentity ¶ added in v1.17.0
func (l Logger) PrettyIdentity(v Identifiable) string
PrettyIdentity formats a standard pretty identity of a type.
func (Logger) SubsequentLine ¶
SubsequentLine prints log message with the subsequent line indent.
Click to show internal directories.
Click to hide internal directories.