Documentation ¶
Index ¶
- func MsgFromLastLogLine(logFileContent []byte) string
- func WrapWithErrorFromLastLogLine(tag string, originalError error, logfileContent []byte) error
- func WrapWithErrorFromLastMessage(tag string, originalError error, lastMessage string) error
- func Writer(log lager.Logger) *writer
- type LogLine
- type Runner
- type WrappedError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MsgFromLastLogLine ¶
Types ¶
type LogLine ¶
func ForwardRuncLogsToLager ¶
type Runner ¶
type Runner struct { commandrunner.CommandRunner Logger lager.Logger }
type WrappedError ¶
type WrappedError struct { Underlying error // contains filtered or unexported fields }
func (WrappedError) Error ¶
func (e WrappedError) Error() string
Click to show internal directories.
Click to hide internal directories.