Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for decomLogEvent (0.09 sec)

  1. cmd/logging.go

    	logger.LogIf(ctx, "decom", err, errKind...)
    }
    
    func decomLogOnceIf(ctx context.Context, err error, id string, errKind ...interface{}) {
    	logger.LogOnceIf(ctx, "decom", err, id, errKind...)
    }
    
    func decomLogEvent(ctx context.Context, msg string, args ...interface{}) {
    	logger.Event(ctx, "decom", msg, args...)
    }
    
    func etcdLogIf(ctx context.Context, err error, errKind ...interface{}) {
    	logger.LogIf(ctx, "etcd", err, errKind...)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Jul 03 18:49:48 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top