Documentation ¶
Overview ¶
Package logging provides an interface for logging information to a non-confidential destination
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudLogger ¶
type CloudLogger interface { // Disclose is used to log information into a **non-confidential** destination at // cloud provider for early-boot debugging. Make sure to **NOT** Disclose any // sensitive information! Disclose(msg string) io.Closer }
CloudLogger is used to log information to a **non-confidential** destination at cloud provider for early-boot debugging. Make sure to **NOT** include any sensitive information!
Click to show internal directories.
Click to hide internal directories.