Am I missing something or as much as I can write a class that implements 
ILogger there is no way to actually use it?

I can't see anyway to specify the ILogger to be used and Log just uses 
LogLogger by default, as per usual all the variables are private in Log so 
can't be accessed, the class is static so cant be overriden, so the only option 
seems to be to clone the Log class and then just not use Log anywhere in our 
apps??

Also once logging a category there is no way to stop short of calling flush and 
dumping everything?

Reply via email to