Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndentStdoutWriter ¶
type IndentStdoutWriter struct {
// contains filtered or unexported fields
}
IndentStdoutWriter adds configured indent for messages starting with configured prefix.
func NewIndentStdoutWriter ¶
func NewIndentStdoutWriter(triggerPrefix string, indent int) *IndentStdoutWriter
NewIndentStdoutWriter returns a new IndentStdoutWriter instance.
func (*IndentStdoutWriter) Fd ¶
func (s *IndentStdoutWriter) Fd() uintptr
Fd returns the integer Unix file descriptor referencing the open file.
Click to show internal directories.
Click to hide internal directories.