Documentation ¶ Index ¶ func NewLogWithConfig(conf *Config) stream.Handler type Config type Log func NewLog(h stream.Handler, o output.Output) *Log func (l *Log) ServeStream(ctx context.Context, stm stream.Stream) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewLogWithConfig ¶ func NewLogWithConfig(conf *Config) stream.Handler Types ¶ type Config ¶ type Config struct { Output output.Output Handler stream.Handler } type Log ¶ type Log struct { // contains filtered or unexported fields } func NewLog ¶ func NewLog(h stream.Handler, o output.Output) *Log func (*Log) ServeStream ¶ func (l *Log) ServeStream(ctx context.Context, stm stream.Stream) Source Files ¶ View all Source files init.golog.go Click to show internal directories. Click to hide internal directories.