Documentation ¶ Index ¶ func New(ctx context.Context, level loglevel.LogLevel, converter func(log.Log) string) writable.Writable 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 loglevel.LogLevel, converter func(log.Log) string) writable.Writable 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.