logger

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2023 License: Apache-2.0 Imports: 4 Imported by: 1

README

logger

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Critical

func Critical(message string, args ...interface{})

func Debug

func Debug(message string, args ...interface{})

func Error

func Error(message string, args ...interface{})

func Fatal

func Fatal(message string, args ...interface{})

func Info

func Info(message string, args ...interface{})

func Notice

func Notice(message string, args ...interface{})

func Printf

func Printf(format string, args ...any)

func Println

func Println(message string)

func SetPrintMode

func SetPrintMode(value PrintMode)

func Warning

func Warning(message string, args ...interface{})

Types

type PrintMode

type PrintMode uint8
const (
	PrintModeNormal PrintMode = iota
	PrintModeRaw
)

Jump to

Keyboard shortcuts

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