cwmiller / broadworks-connector

Simple library for connecting to BroadWorks OCI-P API
MIT License
8 stars 5 forks source link

error log #25

Closed TwinMist closed 5 years ago

TwinMist commented 5 years ago

Hi Are you able to add into your code a way for capture all errors thrown by the script so you can printf them at the end of the script. even better built in logging system or result summary.

Great work on this code. thanks

cwmiller commented 5 years ago

Since OcipClient will throw an exception any time it encounters an error, it's up to your code to log those errors.