MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / Log

Method Log

plugins/destination/mssql/client/log.go:13–15  ·  view source on GitHub ↗
(_ context.Context, _ msdsn.Log, msg string)

Source from the content-addressed store, hash-verified

11var _ mssql.ContextLogger = (*Client)(nil)
12
13func (c *Client) Log(_ context.Context, _ msdsn.Log, msg string) {
14 c.logger.Debug().Msg(msg)
15}
16
17func (c *Client) logErr(err error) {
18 var dbErr mssql.Error

Callers 1

TestPluginFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestPluginFunction · 0.36