Generated from Manticore v1.1.5 • 201 packages. View on pkg.go.dev

logger

import "github.com/TheManticoreProject/Manticore/logger"

Index

Variables

var LoggerLock sync.Mutex

func DatePrintf

func DatePrintf(format string, message ...any)

func DatePrintfMicroseconds

func DatePrintfMicroseconds(format string, message ...any)

func DatePrintfMilliseconds

func DatePrintfMilliseconds(format string, message ...any)

func DatePrintfNanoseconds

func DatePrintfNanoseconds(format string, message ...any)

func Debug

func Debug(message string)

func DebugMicroseconds

func DebugMicroseconds(message string)

func DebugMilliseconds

func DebugMilliseconds(message string)

func DebugNanoseconds

func DebugNanoseconds(message string)

func Error

func Error(message string)

func ErrorMicroseconds

func ErrorMicroseconds(message string)

func ErrorMilliseconds

func ErrorMilliseconds(message string)

func ErrorNanoseconds

func ErrorNanoseconds(message string)

func Info

func Info(message string)

func InfoMicroseconds

func InfoMicroseconds(message string)

func InfoMilliseconds

func InfoMilliseconds(message string)

func InfoNanoseconds

func InfoNanoseconds(message string)

func Lock

func Lock()

func Print

func Print(message string)

func PrintMicroseconds

func PrintMicroseconds(message string)

func PrintMilliseconds

func PrintMilliseconds(message string)

func PrintNanoseconds

func PrintNanoseconds(message string)

func Unlock

func Unlock()

func Warn

func Warn(message string)

func WarnMicroseconds

func WarnMicroseconds(message string)

func WarnMilliseconds

func WarnMilliseconds(message string)

func WarnNanoseconds

func WarnNanoseconds(message string)