Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogrusSink ¶
type LogrusSink struct {
// contains filtered or unexported fields
}
func NewLogrusSink ¶
func NewLogrusSink(logger *logrus.Logger) *LogrusSink
func (*LogrusSink) Log ¶
func (l *LogrusSink) Log(payload lager.LogFormat)
type OutputSplitter ¶
type OutputSplitter struct {
// contains filtered or unexported fields
}
See this, once merged, this can go away https://github.com/sirupsen/logrus/pull/671
func NewOutputSplitter ¶
func NewOutputSplitter(stdOut io.Writer, stdErr io.Writer) *OutputSplitter
Click to show internal directories.
Click to hide internal directories.