klog

package
v0.2.17 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

View Source
const (
	LogFileWritePermissions = 0600
	DefaultBufferSize       = 1_000
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Backend

type Backend struct {
	BufferSize int
	Buffered   bool
	// contains filtered or unexported fields
}

func NewBackend

func NewBackend() *Backend

func (*Backend) AllowLevel

func (self *Backend) AllowLevel(level commonlog.Level, name ...string) bool

(commonlog.Backend interface)

func (*Backend) Configure

func (self *Backend) Configure(verbosity int, path *string)

(commonlog.Backend interface)

func (*Backend) GetMaxLevel

func (self *Backend) GetMaxLevel(name ...string) commonlog.Level

(commonlog.Backend interface)

func (*Backend) GetWriter

func (self *Backend) GetWriter() io.Writer

(commonlog.Backend interface)

func (*Backend) NewMessage

func (self *Backend) NewMessage(level commonlog.Level, depth int, name ...string) commonlog.Message

(commonlog.Backend interface)

func (*Backend) SetMaxLevel

func (self *Backend) SetMaxLevel(level commonlog.Level, name ...string)

(commonlog.Backend interface)

Jump to

Keyboard shortcuts

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