Documentation ¶
Overview ¶
Package logger contains types and functions related to logging in terraform provider
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
Logger is a wrapper over log.Logger and hclog.Logger
func FromContext ¶
FromContext returns the logger from the context
func FromHCLog ¶
func FromHCLog(hclog hclog.Logger) *Logger
FromHCLog returns a new Logger from a hclog.Logger
Click to show internal directories.
Click to hide internal directories.