logger

package
v3.0.0-rc0 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

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

Logger is a wrapper around the Tendermint logger.

func NewLogger

func NewLogger(level log.FilterFunc) *Logger

New creates a new instance of the Logger.

func (*Logger) Debug

func (l *Logger) Debug(format string, args ...interface{})

Debug logs a debug message.

func (*Logger) Error

func (l *Logger) Error(format string, args ...interface{})

Error logs an error message.

func (*Logger) Info

func (l *Logger) Info(format string, args ...interface{})

Info logs an informational message.

func (*Logger) Warn

func (l *Logger) Warn(format string, args ...interface{})

Warn logs a warning message.

func (*Logger) With

func (l *Logger) With(keyvals ...interface{}) *Logger

With adds additional key-value pairs to the logger.

Jump to

Keyboard shortcuts

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