MCPcopy
hub / github.com/apache/devlake / logDebug

Method logDebug

backend/helpers/pluginhelper/api/api_client.go:307–311  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

305}
306
307func (apiClient *ApiClient) logDebug(format string, a ...interface{}) {
308 if apiClient.logger != nil {
309 apiClient.logger.Debug(format, a...)
310 }
311}
312
313func (apiClient *ApiClient) logError(err error, format string, a ...interface{}) {
314 if apiClient.logger != nil {

Callers 1

DoMethod · 0.95

Implementers 2

ApiClientbackend/helpers/pluginhelper/api/api_c
refreshApiClientbackend/plugins/github/token/refresh_a

Calls 1

DebugMethod · 0.65

Tested by

no test coverage detected