You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Morrison, John" <Jo...@uk.experian.com> on 2001/04/12 14:22:59 UTC

[C2] log

Is it possible for logicsheets (thinking esql) to write to the Cocoon.log
file?

Thanks,

J.


=======================================================================
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2] log

Posted by Berin Loritsch <bl...@apache.org>.
"Morrison, John" wrote:
> 
> Is it possible for logicsheets (thinking esql) to write to the Cocoon.log
> file?

Yes.

Just do

getLogger().debug("message");

Or some equivalent.

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2] log

Posted by giacomo <gi...@apache.org>.

On Thu, 12 Apr 2001, Morrison, John wrote:

> Is it possible for logicsheets (thinking esql) to write to the Cocoon.log
> file?

The logicsheet can produce code that uses the logger like

   getLogger().debug("Here I am");

Giacomo

>
> Thanks,
>
> J.
>
>
> =======================================================================
> Information in this email and any attachments are confidential, and may
> not be copied or used by anyone other than the addressee, nor disclosed
> to any third party without our permission.  There is no intention to
> create any legally binding contract or other commitment through the use
> of this email.
>
> Experian Limited (registration number 653331).
> Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
>
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2] log

Posted by Donald Ball <ba...@webslingerZ.com>.
On Thu, 12 Apr 2001, Morrison, John wrote:

> Is it possible for logicsheets (thinking esql) to write to the Cocoon.log
> file?

that's a good thought. i'll get on that in a little bit.

- donald


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org