logging

package
v0.0.0-...-ce4079a Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2018 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Log

type Log interface {
	Progressf(format string, a ...interface{})

	Errorf(format string, a ...interface{})
}

type SerialLogger

type SerialLogger struct {
	// contains filtered or unexported fields
}

func (SerialLogger) Close

func (logger SerialLogger) Close()

func (SerialLogger) Errorf

func (logger SerialLogger) Errorf(format string, a ...interface{})

func (SerialLogger) Progressf

func (logger SerialLogger) Progressf(format string, a ...interface{})

type SerialLoggerFactory

type SerialLoggerFactory struct {
	// contains filtered or unexported fields
}

func NewSerialLoggerFactory

func NewSerialLoggerFactory(queueSize int) SerialLoggerFactory

func (SerialLoggerFactory) AwaitOutputComplete

func (factory SerialLoggerFactory) AwaitOutputComplete()

func (SerialLoggerFactory) Close

func (factory SerialLoggerFactory) Close()

func (SerialLoggerFactory) NewLogger

func (factory SerialLoggerFactory) NewLogger() SerialLogger

func (SerialLoggerFactory) StartOutput

func (factory SerialLoggerFactory) StartOutput()

Jump to

Keyboard shortcuts

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