Skip to content

Instantly share code, notes, and snippets.

@hasuniea
Created October 1, 2018 09:09
Show Gist options
  • Save hasuniea/badf3fba8239fb0169edacc75ee7fb8f to your computer and use it in GitHub Desktop.
Save hasuniea/badf3fba8239fb0169edacc75ee7fb8f to your computer and use it in GitHub Desktop.
<template name="MasterDataFaultTemplate">
<parameter name="fault_code"/>
<parameter name="fault_message"/>
<sequence>
<log category="ERROR" level="custom">
<property expression="$func:fault_code" name="fault_code"/>
<property expression="$func:fault_message" name="fault_message"/>
</log>
</sequence>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment