rlog

package
v2.1.0-rc4 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2020 License: Apache-2.0 Imports: 3 Imported by: 108

Documentation

Index

Constants

View Source
const (
	LogKeyConsumerGroup    = "consumerGroup"
	LogKeyTopic            = "topic"
	LogKeyMessageQueue     = "MessageQueue"
	LogKeyUnderlayError    = "underlayError"
	LogKeyBroker           = "broker"
	LogKeyValueChangedFrom = "changedFrom"
	LogKeyValueChangedTo   = "changeTo"
	LogKeyPullRequest      = "PullRequest"
)

Variables

This section is empty.

Functions

func Debug

func Debug(msg string, fields map[string]interface{})

func Error

func Error(msg string, fields map[string]interface{})

func Fatal

func Fatal(msg string, fields map[string]interface{})

func Info

func Info(msg string, fields map[string]interface{})

func SetLogLevel added in v2.1.0

func SetLogLevel(level string)

func SetLogger

func SetLogger(logger Logger)

SetLogger use specified logger user customized, in general, we suggest user to replace the default logger with specified

func Warning

func Warning(msg string, fields map[string]interface{})

Types

type Logger

type Logger interface {
	Debug(msg string, fields map[string]interface{})
	Info(msg string, fields map[string]interface{})
	Warning(msg string, fields map[string]interface{})
	Error(msg string, fields map[string]interface{})
	Fatal(msg string, fields map[string]interface{})
	Level(level string)
}

Jump to

Keyboard shortcuts

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