logger

package
v0.0.0-...-7c0796b Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2024 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 CustomLogger

type CustomLogger struct{}

CustomLogger is used to abstract away a 3rd party logger.

var Custom *CustomLogger

Custom is used as a global var so I don't need to pass in everywhere as a dependency.

func (*CustomLogger) Debugf

func (cl *CustomLogger) Debugf(format string, msg ...interface{})

func (*CustomLogger) Debugln

func (cl *CustomLogger) Debugln(msg ...interface{})

func (*CustomLogger) Errorln

func (cl *CustomLogger) Errorln(msg ...interface{})

func (*CustomLogger) Infoln

func (cl *CustomLogger) Infoln(msg ...interface{})

func (*CustomLogger) Panicln

func (cl *CustomLogger) Panicln(msg ...interface{})

Jump to

Keyboard shortcuts

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