Documentation ¶ Index ¶ func New(ctx context.Context, level int32, converter func(log.Log) string) consumer.Consumer type Stdout func (s *Stdout) Close() error func (s *Stdout) Write(value log.Log) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(ctx context.Context, level int32, converter func(log.Log) string) consumer.Consumer Types ¶ type Stdout ¶ type Stdout struct { sync.Mutex // contains filtered or unexported fields } func (*Stdout) Close ¶ func (s *Stdout) Close() error func (*Stdout) Write ¶ func (s *Stdout) Write(value log.Log) error Source Files ¶ View all Source files stdout.go Click to show internal directories. Click to hide internal directories.