Hi there,
On Tue, 12 Feb 2002, James G Smith wrote:
> "Randy J. Ray" <[EMAIL PROTECTED]> wrote:
>
> >* Are there ways to register other log types, in addition to the access,
> > error, etc.? Such that people could specify those (and a format) the
> > same way they specify the others? More to
On Mon, 11 Feb 2002, Paul Lindner wrote:
> On Mon, Feb 11, 2002 at 06:31:25PM -0800, Randy J. Ray wrote:
> >
> > * If I install a handler for PerlLogHandler, does the normal logging still
> > take place? Is it a function of whether my handler returns OK, DECLINED,
> > etc.?
>
> As far as I kn
James G Smith <[EMAIL PROTECTED]> wrote:
>Hmm... /me smells an Apache::Logger module... (or something with a
>similar name).
Looks like Paul caught it before I did... (Apache::LogFile).
--
James Smith <[EMAIL PROTECTED]>, 979-862-3725
Texas A&M CIS Operating Systems Group, Unix
"Randy J. Ray" <[EMAIL PROTECTED]> wrote:
>* If I install a handler for PerlLogHandler, does the normal logging still
> take place? Is it a function of whether my handler returns OK, DECLINED,
> etc.?
Not sure -- anyone want to play around a bit?
>* Are there ways to register other log types,
On Mon, Feb 11, 2002 at 06:31:25PM -0800, Randy J. Ray wrote:
>
> * If I install a handler for PerlLogHandler, does the normal logging still
> take place? Is it a function of whether my handler returns OK, DECLINED,
> etc.?
As far as I know return codes are ignored. This means that all
loggi
Having gone over the Eagle book and the sample chapter of the cookbook (great
luck that, having one of the sample chapters coincidentally be the one that
covers the logging phase, since I haven't gotten my copy yet), I am still
unclear on a few things regarding the logging phase:
* If I install a