logger

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const ConsoleTemplate string = `` /* 171-byte string literal not displayed */
View Source
const TraceTemplate string = `` /* 242-byte string literal not displayed */

Variables

This section is empty.

Functions

This section is empty.

Types

type Console

type Console struct{}

func (*Console) Parse

func (c *Console) Parse(result tasks.Result) (string, error)

func (*Console) Render

func (c *Console) Render(result tasks.Result) error

type Logger

type Logger interface {
	Parse(result tasks.Result) (string, error)
	Render(result tasks.Result) error
}

type Trace

type Trace struct {
	Filename string
	// contains filtered or unexported fields
}

func (*Trace) Open

func (t *Trace) Open() error

func (*Trace) Parse

func (t *Trace) Parse(result tasks.Result) (string, error)

func (*Trace) Render

func (t *Trace) Render(result tasks.Result) error

Jump to

Keyboard shortcuts

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