get-log()
OXN node-set get-log()get-log() returns all standard and custom log fields currently registered for access logging. It is mainly used to test the log action.
Example
<flat-test>
<log>
{
"foo": "bar"
}
</log>
<assert>
[
[ "get-log()/foo", "bar" ]
]
</assert>
</flat-test>See also
Logging (Administration)
Custom Logging (Cookbook)
logaction (Reference)
Last updated
Was this helpful?