logger

package
v0.0.2-0...-8dc706e Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GlobalLogger = newLogger(os.Stdout)

This is the actual logger used by the CI bot

Functions

This section is empty.

Types

type LogFile

type LogFile struct {
	FieldName, Filename string
	Big                 bool
}

type LogText

type LogText struct {
	FieldName string
	Text      []byte
}

type Logger

type Logger struct {
	LogChan chan interface{}
	// contains filtered or unexported fields
}

Logger only exits when nil is send to its LogTextChan.

func (*Logger) Run

func (l *Logger) Run()

func (*Logger) Wait

func (l *Logger) Wait() byte

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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