High level description of the features of Logahawk.
Compliments existing logging framework
Interfaces provided for all classes - Most logging frameworks use base classes and require that
objects be created via factory methods, which makes extending and wrapping difficult. Logahawk
intentionally uses interfaces to allow customization where ever possible -- especially in ways the
original author did not concieve.