Documentation
¶
Overview ¶
Package logging contains helpers to support log messages. If you are using the Cloud SQL Proxy as a Go library, you can override these variables to control where log messages end up.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Errorf = log.Printf
Errorf is called to write an error log, such as when a new connection fails.
View Source
var Infof = log.Printf
Infof is called to write informational logs, such as when startup has completed.
View Source
var Verbosef = log.Printf
Verbosef is called to write verbose logs, such as when a new connection is established correctly.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.