internal

package
v0.0.0-...-0d062cb Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2024 License: MIT 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{}

Logger is an implementation of the Logger core service using the native log package.

func (Logger) Debug

func (l Logger) Debug(stringer fmt.Stringer)

Debug logs a message at the debug level.

func (Logger) Error

func (l Logger) Error(stringer fmt.Stringer)

Error logs a message at the error level.

func (Logger) Info

func (l Logger) Info(stringer fmt.Stringer)

Info logs a message at the info level.

func (Logger) Log

func (l Logger) Log(stringer fmt.Stringer, logLevel common.LogLevel)

Log logs a message at the given log level.

func (Logger) Warn

func (l Logger) Warn(stringer fmt.Stringer)

Warn logs a message at the warn level.

Jump to

Keyboard shortcuts

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