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);


hammett

----- Original Message -----
From: "Berin Loritsch" <[EMAIL PROTECTED]>
To: "Avalon Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 05, 2003 9:44 AM
Subject: Re: [Avalon.NET] AssemblyVersion


> hammett wrote:
>
> > I forgot to comment this:
> >
> > AssemblyVersion("1.0.*") // This is a great bug from Visual Studio.Net
> >
> > Please change it to something like AssemblyVersion("1.0.0.0") and
increment
> > it *manually* when is the intent to release a new version/revision.
> >
> > For more info search for "AssemblyVersion("1.0.*") bug" in google.
>
> Ok.
>
> --
>
> "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]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to