Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LineWriter ¶
type LineWriter struct {
// contains filtered or unexported fields
}
func NewLineWriter ¶
func NewLineWriter(writer func(line string) error) *LineWriter
func (*LineWriter) Flush ¶
func (z *LineWriter) Flush() error
type LogWrapper ¶
type LogWrapper struct {
// contains filtered or unexported fields
}
func NewLogWrapper ¶
func NewLogWrapper(logger esl.Logger) *LogWrapper
func (*LogWrapper) Flush ¶
func (z *LogWrapper) Flush() error
func (*LogWrapper) SetLogger ¶
func (z *LogWrapper) SetLogger(logger esl.Logger)
Click to show internal directories.
Click to hide internal directories.