Files
svc-api-x/v1/taffy/bonus/ILogAdapter.cfc
T
2024-10-23 11:17:42 +03:00

11 lines
334 B
Plaintext

<cfinterface>
<cffunction name="init" hint="I accept a configuration structure to setup and return myself">
<cfargument name="config" />
<cfargument name="tracker" />
</cffunction>
<cffunction name="saveLog" hint="I log or otherwise notify you of an exception">
<cfargument name="exception" />
</cffunction>
</cfinterface>