Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for healingLogIf (0.06 sec)

  1. cmd/logging.go

    		logger.LogOnceIf(ctx, "peers", err, id, errKind...)
    	}
    }
    
    func bugLogIf(ctx context.Context, err error, errKind ...any) {
    	logger.LogIf(ctx, "internal", err, errKind...)
    }
    
    func healingLogIf(ctx context.Context, err error, errKind ...any) {
    	logger.LogIf(ctx, "healing", err, errKind...)
    }
    
    func healingLogEvent(ctx context.Context, msg string, args ...any) {
    	logger.Event(ctx, "healing", msg, args...)
    }
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 6.8K bytes
    - Viewed (0)
Back to top