github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/client/scoutclient/logging.go (about)

     1  // generated code; DO NOT EDIT
     2  
     3  package scoutclient
     4  
     5  func (c *ScoutClient) debugf(msg string, a ...any) {
     6  	c.clientOpts.logger.Debugf(msg, a...)
     7  }
     8  
     9  func (c *ScoutClient) infof(msg string, a ...any) {
    10  	c.clientOpts.logger.Infof(msg, a...)
    11  }
    12  
    13  func (c *ScoutClient) errorf(msg string, a ...any) {
    14  	c.clientOpts.logger.Errorf(msg, a...)
    15  }