Re: formatting issue

2004-12-07 Thread Arshavir Grigorian
Stas Bekman wrote: Arshavir Grigorian wrote: I am using mp2 (1.99_17) and have the following line in my Exception class to get a complete stacktrace: $handle->log_error("$self: ".Carp::longmess ("$message")); The problem is that in my logs all of the control chars (\n, \t) appear as text and ne

Re: formatting issue

2004-12-07 Thread Stas Bekman
Arshavir Grigorian wrote: I am using mp2 (1.99_17) and have the following line in my Exception class to get a complete stacktrace: $handle->log_error("$self: ".Carp::longmess ("$message")); The problem is that in my logs all of the control chars (\n, \t) appear as text and never translate to ne

formatting issue

2004-12-07 Thread Arshavir Grigorian
Hello list, I am using mp2 (1.99_17) and have the following line in my Exception class to get a complete stacktrace: if (Apache->can('request')) { $handle = Apache->request; } else { $handle = Apache->server; } $handle->log_error("$self: ".Carp::longmess ("$message")); The problem is that