* Perl6 RFC Librarian ([EMAIL PROTECTED]) [12 Aug 2000 18:44]:
>     tag
>     severity
>     message
>     debug
>     file
>     line
>     object
>     sysmsg

You'll need something for backtraces, if you're going to have 'file' and
'line'. One needs to know what route the program took to get to that
file and line. Maybe a 'trace' variable that's a list of file => line
pairs?


cheers,
-- 
iain truskett, aka Koschei.                    <http://eh.org/~koschei/>
     Q: How do I block warnings?
     A: The simplest way is to do: close STDERR;             -- perliaq.

Reply via email to