fxlog

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2019 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 Logger

type Logger struct {
	Printer
}

A Logger writes output to standard error.

func New

func New() *Logger

New returns a new Logger backed by the standard library's log package.

func (*Logger) Fatalf

func (l *Logger) Fatalf(format string, v ...interface{})

Fatalf logs an Fx line then fatals.

func (*Logger) Panic

func (l *Logger) Panic(err error)

Panic logs an Fx line then panics.

func (*Logger) PrintProvide

func (l *Logger) PrintProvide(t interface{})

PrintProvide logs a type provided into the dig.Container.

func (*Logger) PrintSignal

func (l *Logger) PrintSignal(signal os.Signal)

PrintSignal logs an os.Signal.

func (*Logger) Printf

func (l *Logger) Printf(format string, v ...interface{})

Printf logs a formatted Fx line.

type Printer

type Printer interface {
	Printf(string, ...interface{})
}

Printer is a formatting printer.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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