Documentation ¶ Index ¶ func Get() kitlog.Logger func Init(out io.Writer, tflogs bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Get ¶ func Get() kitlog.Logger Get returns the initialized logger, if it has not been initialized it'll initialize it with the default values func Init ¶ func Init(out io.Writer, tflogs bool) Init initializes the log, it can only be called once, repetitive calls to it will not change it. It also set the level of vebosity of the Terraform logs via tflogs, if true it'll use the TF_LOG env variable to set it to Terraform Types ¶ This section is empty. Source Files ¶ View all Source files log.go Click to show internal directories. Click to hide internal directories.