logger

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BotLogger

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

func New

func New(
	DebugLogger *log.Logger,
	InfoLogger *log.Logger,
	WarningLogger *log.Logger,
	CryticalLogger *log.Logger,
) *BotLogger

func (BotLogger) Crytical

func (l BotLogger) Crytical(format string, v ...interface{})

func (BotLogger) Debug

func (l BotLogger) Debug(format string, v ...interface{})

func (BotLogger) Info

func (l BotLogger) Info(format string, v ...interface{})

func (BotLogger) Warning

func (l BotLogger) Warning(format string, v ...interface{})

Jump to

Keyboard shortcuts

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