On 14 Mar 2005, at 17:22, Ask Bjørn Hansen wrote:
On Mar 14, 2005, at 14:15, John Peacock wrote:
This means I can intellegently segregate the log lines (if I want to collect them prior to outputting them), or just print them out (current behavior).
Thoughts?
I don't think I like putting so much meaning into the number of parameters (or maybe I misunderstood you).
Me either. The current interpretation would just log everything you send in @_ (i.e. like warn() and print() do).
If we want different logging we should log either via a different function, or via a wrapper that takes a hashref of extra params.
Matt.