Documentation
¶
Overview ¶
Package log provides primitives for logging.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Iter8Logger ¶
type Iter8Logger struct {
*logrus.Logger
}
Iter8Logger inherits all methods from logrus logger.
var Logger *Iter8Logger
Logger to be used in all of Iter8.
func (*Iter8Logger) WithStackTrace ¶
func (l *Iter8Logger) WithStackTrace(t string) *logrus.Entry
WithStackTrace yields a log entry with a formatted stack trace field embedded in it.
type StackTrace ¶
type StackTrace struct {
// Trace is the raw trace
Trace string
}
StackTrace is the trace from external components like a shell scripts run by an Iter8 task.
Click to show internal directories.
Click to hide internal directories.