Richard Frith-Macdonald wrote:
On 23 Feb 2006, at 01:04, Gregory John Casamento wrote:

Actually ... I'm getting the impression that the best thing to do might just be not warn about missing external resources if the library is installed in a path other than System/Library/Libraries

Might I suggest:

library messages (base & gui) are assigned a level:

  Debug
  Technical
  Informational
  Warning
  Error
  Critical

and output is according to chosen level.

If the library is looking for a resource and can't find it
  If the problem means execution can't continue
    report as Error
  If the problem is likely to cause execution failure
    report as Warning
  Otherwise
    report as Technical

{Exact details, of course, to be agreed...}


Regards,
Sheldon


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to