We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c7047 commit b78c92cCopy full SHA for b78c92c
README.rst
@@ -112,7 +112,10 @@ Any user-defined status lines should be of the same form as the Correlator statu
112
for example::
113
114
on all wait(5.0) {
115
- log "MyApplication status: kpi1="+kpi1.toString()+" kpi2="+kpi2.toString()+" string_kpi=\""+kpi3+"\"" at INFO;
+ log "MyApplication status:"
116
+ +" kpi1="+kpi1.toString()
117
+ +" kpi2="+kpi2.toString()
118
+ +" string_kpi=\""+kpi3+"\"" at INFO;
119
}
120
121
Technical detail: the frequency and timing of other status lines may not match when the main "Correlator status:" lines
0 commit comments