log_sender

package
v0.0.0-...-68efac8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2014 License: Apache-2.0, Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogSender

type LogSender interface {
	SendAppLog(appId, message, sourceType, sourceInstance string) error
	SendAppErrorLog(appId, message, sourceType, sourceInstance string) error

	ScanLogStream(appId, sourceType, sourceInstance string, reader io.Reader, stopChan chan struct{})
	ScanErrorLogStream(appId, sourceType, sourceInstance string, reader io.Reader, stopChan chan struct{})
}

A LogSender emits log events.

func NewLogSender

func NewLogSender(eventEmitter emitter.EventEmitter, logger *gosteno.Logger) LogSender

NewLogSender instantiates a logSender with the given EventEmitter.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL