- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for etcdLogIf (0.05 seconds)
-
cmd/logging.go
logger.LogOnceIf(ctx, "decom", err, id, errKind...) } func decomLogEvent(ctx context.Context, msg string, args ...any) { logger.Event(ctx, "decom", msg, args...) } func etcdLogIf(ctx context.Context, err error, errKind ...any) { logger.LogIf(ctx, "etcd", err, errKind...) } func etcdLogOnceIf(ctx context.Context, err error, id string, errKind ...any) {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 6.8K bytes - Click Count (0)