influxLogger

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2023 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InfluxLogger

type InfluxLogger interface {
	logger.SkipLogger
}

type InfluxLoggerImpl

type InfluxLoggerImpl struct {
	logger.AbstractSkipLoggerImpl

	Prefix      string
	Level       logger.LEVEL
	ServiceName string
	// contains filtered or unexported fields
}

func NewInfluxLoggerImpl

func NewInfluxLoggerImpl(tags []protocol.Tag, writer api.WriteAPI, level logger.LEVEL, serviceName string) *InfluxLoggerImpl

func NewInfluxLoggerImpl2

func NewInfluxLoggerImpl2(writer api.WriteAPI, level logger.LEVEL, serviceName string) *InfluxLoggerImpl

func NewInfluxLoggerImpl3

func NewInfluxLoggerImpl3(writer api.WriteAPI, serviceName string) *InfluxLoggerImpl

func (*InfluxLoggerImpl) Flush

func (l *InfluxLoggerImpl) Flush()

func (*InfluxLoggerImpl) SDebug

func (l *InfluxLoggerImpl) SDebug(s int, v ...any)

func (*InfluxLoggerImpl) SDebugf

func (l *InfluxLoggerImpl) SDebugf(s int, f string, a ...any)

func (*InfluxLoggerImpl) SError

func (l *InfluxLoggerImpl) SError(s int, v ...any)

func (*InfluxLoggerImpl) SErrorf

func (l *InfluxLoggerImpl) SErrorf(s int, f string, a ...any)

func (*InfluxLoggerImpl) SFatal

func (l *InfluxLoggerImpl) SFatal(s int, v ...any)

func (*InfluxLoggerImpl) SFatalf

func (l *InfluxLoggerImpl) SFatalf(s int, f string, a ...any)

func (*InfluxLoggerImpl) SInfo

func (l *InfluxLoggerImpl) SInfo(s int, v ...any)

func (*InfluxLoggerImpl) SInfof

func (l *InfluxLoggerImpl) SInfof(s int, f string, a ...any)

func (*InfluxLoggerImpl) STrace

func (l *InfluxLoggerImpl) STrace(s int, v ...any)

func (*InfluxLoggerImpl) STracef

func (l *InfluxLoggerImpl) STracef(s int, f string, a ...any)

func (*InfluxLoggerImpl) SWarn

func (l *InfluxLoggerImpl) SWarn(s int, v ...any)

func (*InfluxLoggerImpl) SWarnf

func (l *InfluxLoggerImpl) SWarnf(s int, f string, a ...any)

Jump to

Keyboard shortcuts

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