viagogo / HalKit

A lightweight .NET library for creating and consuming HAL hypermedia APIs
MIT License
16 stars 8 forks source link

Add logging in HalKit #7

Open akilb opened 9 years ago

akilb commented 9 years ago

HalKit is a bit of a black box right now - definitely needs some logging to help track down issues

akilb commented 9 years ago

We should use the ILog interface from https://github.com/net-commons/common-logging since this seems to be the most popular .NET logging abtraction