Package cloud.google.com/go/cloudsqlconn/debug (v1.10.1)

ContextLogger

  type 
  
 ContextLogger 
  
 interface 
  
 { 
  
 // Debugf is for reporting information about internal operations. 
  
 Debugf 
 ( 
 ctx 
  
  context 
 
 . 
  Context 
 
 , 
  
 format 
  
  string 
 
 , 
  
 args 
  
 ... 
 interface 
 {}) 
 } 
 

ContextLogger is the interface used for debug logging. By default, it is unused.

Logger

  type 
  
 Logger 
  
 interface 
  
 { 
  
 // Debugf is for reporting information about internal operations. 
  
 Debugf 
 ( 
 format 
  
  string 
 
 , 
  
 args 
  
 ... 
 interface 
 {}) 
 } 
 

Logger is the interface used for debug logging. By default, it is unused.

Prefer ContextLogger instead.

Create a Mobile Website
View Site in Mobile | Classic
Share by: