A while back I blogged about learning about interfaces as I didn’t really understand the value of them. I do now. I created an application that used interfaces so I could learn how it worked. I created a Logger Interface and created multiple classes that implemented that interface so I could swap out the different...