logger
import "github.com/TheManticoreProject/Manticore/logger"
Index
- Variables
- func DatePrintf(format string, message …any)
- func DatePrintfMicroseconds(format string, message …any)
- func DatePrintfMilliseconds(format string, message …any)
- func DatePrintfNanoseconds(format string, message …any)
- func Debug(message string)
- func DebugMicroseconds(message string)
- func DebugMilliseconds(message string)
- func DebugNanoseconds(message string)
- func Error(message string)
- func ErrorMicroseconds(message string)
- func ErrorMilliseconds(message string)
- func ErrorNanoseconds(message string)
- func Info(message string)
- func InfoMicroseconds(message string)
- func InfoMilliseconds(message string)
- func InfoNanoseconds(message string)
- func Lock()
- func Print(message string)
- func PrintMicroseconds(message string)
- func PrintMilliseconds(message string)
- func PrintNanoseconds(message string)
- func Unlock()
- func Warn(message string)
- func WarnMicroseconds(message string)
- func WarnMilliseconds(message string)
- func WarnNanoseconds(message string)
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)