pulumi/pkg/resource
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
..
deploy Pass the monitor address correctly to language plugins 2017-09-04 11:35:21 -07:00
environment Configure providers at well-defined points 2017-09-04 11:35:21 -07:00
idl Export urnName constants 2017-08-05 08:32:50 -07:00
plugin Add a runtime.Log class 2017-09-04 11:35:21 -07:00
provider Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
asset.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
asset_test.go Add some more asset serialization round-tripping tests 2017-07-17 11:30:10 -07:00
errors.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
properties.go Tolerate computed and output properties 2017-08-03 11:01:38 -07:00
properties_diff.go Add diffing logic for assets/archives 2017-07-17 12:11:15 -07:00
properties_diff_test.go Add diffing logic for assets/archives 2017-07-17 12:11:15 -07:00
properties_test.go Tolerate computed and output properties 2017-08-03 11:01:38 -07:00
resource_goal.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
resource_id.go Export urnName constants 2017-08-05 08:32:50 -07:00
resource_id_test.go Permit -1 for randlen and maxlen 2017-07-15 09:59:44 -07:00
resource_state.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
status.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
urn.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
urn_test.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00