Files
svc-api-x/v1/taffy/bonus/ILogAdapter.cfc

7 lines
215 B
Plaintext

interface {
public function init(config, tracker) hint="I accept a configuration structure to setup and return myself";
public function saveLog(exception) hint="I log or otherwise notify you of an exception";
}