pulumi/pkg/resource/plugin
joeduffy f718ab6501 Add a runtime.Log class
This change adds the ability to perform runtime logging, including
debug logging, that wires up to the Pulumi Fabric engine in the usual
ways.  Most stdout/stderr will automatically go to the right place,
but this lets us add some debug tracing in the implementation of the
runtime itself (and should come in handy in other places, like perhaps
the Pulumi Framework and even low-level end-user code).
2017-09-04 11:35:21 -07:00
..
analyzer.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
analyzer_plugin.go Pass the monitor address correctly to language plugins 2017-09-04 11:35:21 -07:00
check.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
context.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
host.go Add a runtime.Log class 2017-09-04 11:35:21 -07:00
host_server.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
langruntime.go Configure providers at well-defined points 2017-09-04 11:35:21 -07:00
langruntime_plugin.go Add a runtime.Log class 2017-09-04 11:35:21 -07:00
plugin.go Pass the monitor address correctly to language plugins 2017-09-04 11:35:21 -07:00
provider.go Configure providers at well-defined points 2017-09-04 11:35:21 -07:00
provider_plugin.go Pass the monitor address correctly to language plugins 2017-09-04 11:35:21 -07:00
rpc.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
rpc_test.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00