MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / Error

Function Error

internal/mudlog/mudlog.go:94–96  ·  view source on GitHub ↗
(msg string, args ...any)

Source from the content-addressed store, hash-verified

92}
93
94func Error(msg string, args ...any) {
95 slogInstance.Log(context.Background(), slog.LevelError, msg, args...)
96}

Callers 15

HandleInputEventsMethod · 0.92
HandleSystemEventsMethod · 0.92
MainWorkerMethod · 0.92
processInputMethod · 0.92
processMobInputMethod · 0.92
mainFunction · 0.92
handleTelnetConnectionFunction · 0.92
TelnetListenOnPortFunction · 0.92
SSHListenOnPortFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected