Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 659 Bytes

get-log.md

File metadata and controls

30 lines (24 loc) · 659 Bytes

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