noop

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: Apache-2.0 Imports: 2 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct{}

func (*Event) Bool

func (e *Event) Bool(string, bool) types.Event

func (*Event) Err

func (e *Event) Err(error) types.Event

func (*Event) Float32

func (e *Event) Float32(string, float32) types.Event

func (*Event) Float64

func (e *Event) Float64(string, float64) types.Event

func (*Event) IPAddr

func (e *Event) IPAddr(string, net.IP) types.Event

func (*Event) Int

func (e *Event) Int(string, int) types.Event

func (*Event) Int16

func (e *Event) Int16(string, int16) types.Event

func (*Event) Int32

func (e *Event) Int32(string, int32) types.Event

func (*Event) Int64

func (e *Event) Int64(string, int64) types.Event

func (*Event) Int8

func (e *Event) Int8(string, int8) types.Event

func (*Event) MACAddr

func (e *Event) MACAddr(string, net.HardwareAddr) types.Event

func (*Event) Msg

func (e *Event) Msg(string)

func (*Event) Msgf

func (e *Event) Msgf(string, ...interface{})

func (*Event) Str

func (e *Event) Str(string, string) types.Event

func (*Event) Uint

func (e *Event) Uint(string, uint) types.Event

func (*Event) Uint16

func (e *Event) Uint16(string, uint16) types.Event

func (*Event) Uint32

func (e *Event) Uint32(string, uint32) types.Event

func (*Event) Uint64

func (e *Event) Uint64(string, uint64) types.Event

func (*Event) Uint8

func (e *Event) Uint8(string, uint8) types.Event

type Logger

type Logger struct{}

func New

func New() *Logger

func (*Logger) Debug

func (s *Logger) Debug() types.Event

func (*Logger) Error

func (s *Logger) Error() types.Event

func (*Logger) Fatal

func (s *Logger) Fatal() types.Event

func (*Logger) Info

func (s *Logger) Info() types.Event

func (*Logger) SetLevel

func (s *Logger) SetLevel(types.Level)

func (*Logger) SubLogger

func (s *Logger) SubLogger(string) types.Logger

func (*Logger) Trace

func (s *Logger) Trace() types.Event

func (*Logger) Warn

func (s *Logger) Warn() types.Event

Jump to

Keyboard shortcuts

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