- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for storageLogAlwaysIf (0.26 sec)
-
cmd/logging.go
logger.LogIf(ctx, "encryption", err, errKind...) } func storageLogIf(ctx context.Context, err error, errKind ...interface{}) { logger.LogIf(ctx, "storage", err, errKind...) } func storageLogAlwaysIf(ctx context.Context, err error, errKind ...interface{}) { logger.LogAlwaysIf(ctx, "storage", err, errKind...) } func storageLogOnceIf(ctx context.Context, err error, id string, errKind ...interface{}) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jul 03 18:49:48 UTC 2024 - 7.1K bytes - Viewed (0)