Alson I suggest that the interface ILogger expose something like
void Error( string format, params Object[] args );
To be called in a common way:
Logger.Error("The object {0} doesnt implement interface {1}", source, interfaceType);
Got a patch? I'll be happy to apply it.
--
"They that give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety."
- Benjamin Franklin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
