# Functions
FrameworkDebug emits a framework subsystem log at DEBUG level.
FrameworkError emits a framework subsystem log at ERROR level.
FrameworkTrace emits a framework subsystem log at TRACE level.
FrameworkWarn emits a framework subsystem log at WARN level.
FrameworkWithAttributePath returns a new Context with KeyAttributePath set.
InitContext creates SDK logger contexts.
# Constants
EnvTfLogSdkFramework is an environment variable that sets the logging level of SDK framework loggers.
Attribute path representation, which is typically in flatmap form such as parent.0.child in this project.
The type of data source being operated on, such as "archive_file".
The Deferred reason for an RPC response.
Human readable string when calling a provider defined type that must implement the Description() method, such as validators.
Underlying Go error string when logging an error.
The name of function being operated on, such as "parse_xyz".
The type of resource being operated on, such as "random_pet".
The type of value being operated on, such as "JSONStringValue".
SubsystemFramework is the tfsdklog subsystem name for framework.