...
Code Block |
---|
<record plugin="org.openecomponap.sli.sdnccore.sli.recording.Slf4jRecorder"> <parameter name="logger" value="message-log" /> <parameter name="level" value="info" /> <parameter name="field1" value="Hello World!"/> |
Your node should look like this (This screenshot is slightly out of date, use the plugin name in the code block above The previous value for the record plugin was "org.openecomp.sdnc.sli.recording.Slf4jRecorder")," but that is out of date.
At this point this is a working directed graph, quite possibly the simplest graph that can be written.
...