Documentation ¶
Overview ¶
TailLogger is an implementation of logger that will tail provide a log stream as well as, optionally, print logs to the console
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TailLogger ¶
type TailLogger struct {
// contains filtered or unexported fields
}
TailLogger implements logger.Logger interface with output to a stream
func (*TailLogger) ErrLines ¶
func (c *TailLogger) ErrLines(bytes []byte) *Line
StreamErr will return an ioReader to StdErr object back to the caller which can be streamed from.
func (*TailLogger) OutLines ¶
func (c *TailLogger) OutLines(bytes []byte) *Line
StreamOut will return an ioReader to StdOut back to the caller which can be streamed from.
type TailLoggerFactory ¶
type TailLoggerFactory struct {
// contains filtered or unexported fields
}
TailLoggerFactory Implements the logger.Factory interface for TailLogger
Click to show internal directories.
Click to hide internal directories.