I wrap templates and apply the Application Application Log Block for an application written in .NET.
I want to be able to subclass the registrar (i.e. provide logging for a specific domain).
What is the best way to do this?
For example, I have a static Logger class at the moment, but this does not allow me to specialize it for registration in a domain.
For example,
Log(MyDomainObj obj, string msg)
c # logging
geejay Aug 03 '09 at 12:46 2009-08-03 12:46
source share