Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for storageLogOnceIf (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/logging.go

    	logger.LogIf(ctx, "storage", err, errKind...)
    }
    
    func storageLogAlwaysIf(ctx context.Context, err error, errKind ...any) {
    	logger.LogAlwaysIf(ctx, "storage", err, errKind...)
    }
    
    func storageLogOnceIf(ctx context.Context, err error, id string, errKind ...any) {
    	logger.LogOnceIf(ctx, "storage", err, id, errKind...)
    }
    
    func decomLogIf(ctx context.Context, err error, errKind ...any) {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 6.8K bytes
    - Click Count (0)
Back to Top