Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tuna/tunasync
/ Error
Method
Error
internal/logger.go:87–89 ·
view source on GitHub ↗
(args ...any)
Source
from the content-addressed store, hash-verified
85
}
86
87
func
(l *Logger) Error(args ...any) {
88
l.log(slog.LevelError, normalizeArgs(args...))
89
}
90
91
func
(l *Logger) Errorf(format string, args ...any) {
92
l.log(slog.LevelError, formatMessage(format, args...))
Callers
15
preJob
Method · 0.80
newMirrorProvider
Function · 0.80
Run
Method · 0.80
prepareLogFile
Method · 0.80
newCmdJob
Function · 0.80
preExec
Method · 0.80
postExec
Method · 0.80
newCmdProvider
Function · 0.80
LoadConfig
Function · 0.80
preExec
Method · 0.80
NewTUNASyncWorker
Function · 0.80
ReloadMirrorConfig
Method · 0.80
Calls
2
log
Method · 0.95
normalizeArgs
Function · 0.85
Tested by
1
TestLoggerMethodsWriteExpectedLevels
Function · 0.64