zerolog

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2023 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

View Source
const LOG_FILE_WRITE_PERMISSIONS = 0600
View Source
const TIME_FORMAT = "2006/01/02 15:04:05.000"

Variables

This section is empty.

Functions

func NewMessage

func NewMessage(event *zerolog.Event) commonlog.Message

Types

type Backend

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

func NewBackend

func NewBackend() *Backend

func (*Backend) AllowLevel

func (self *Backend) AllowLevel(name []string, level commonlog.Level) 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(name []string, level commonlog.Level, depth int) commonlog.Message

commonlog.Backend interface

func (*Backend) SetMaxLevel

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

commonlog.Backend interface

type Message

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

func (*Message) Send

func (self *Message) Send()

commonlog.Message interface

func (*Message) Set

func (self *Message) Set(key string, value any) commonlog.Message

commonlog.Message interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳