github.com/terraform-linters/tflint-plugin-sdk@v0.22.0/logger/doc.go (about) 1 // Package logger provides a global logger interface for logging from plugins. 2 // 3 // This package is a wrapper for hclog, and it initializes the global logger on import. 4 // You can freely write logs from anywhere via the public API according to the log level. 5 // The log by hclog is interpreted as a structured log by go-plugin, and the log level 6 // can be handled correctly. 7 package logger