raw

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogLevel

type LogLevel int
const (
	DebugLevel LogLevel = iota
	InfoLevel
	WarnLevel
	ErrorLevel
	FatalLevel
)

type Raw

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

func (*Raw) Debug

func (r *Raw) Debug(msg string, fields ...zap.Field)

func (*Raw) Error

func (r *Raw) Error(msg string, fields ...zap.Field)

func (*Raw) Fatal

func (r *Raw) Fatal(msg string, fields ...zap.Field)

func (*Raw) Info

func (r *Raw) Info(msg string, fields ...zap.Field)

func (*Raw) Init

func (r *Raw) Init(logLevel string) error

func (*Raw) Warn

func (r *Raw) Warn(msg string, fields ...zap.Field)

Jump to

Keyboard shortcuts

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