brockf / opengateway

A billing platform built for developers. Integrate multiple gateways and clients into one hosted environment.
Other
14 stars 21 forks source link

Logging should be built into the gateway model #10

Open lonnieezell opened 11 years ago

lonnieezell commented 11 years ago

This logging should record every transaction and some of their relevant details. Debugging logging can be provided to a ‘gateway_log.txt’ file like has been built into the last few items. This provides a simple way to see what errors went wrong when.

Alternatively, this should use the new logging class to log to the database and be browsable in the UI.