Hi,

This functionality is already present with the gobal "log" variable
which is a SLF4J Logger specifically created for the script after the
name of the script.

So, for example, an ESP might do:

        ...
        <%
        log.info("Starting processing....");
        %>
        ...

Is this the intention of this issue ?

Regards
Felix


Am Dienstag, den 13.05.2008, 01:20 -0700 schrieb Bertrand Delacretaz
(JIRA):
> Let scripts use the Sling log
> -----------------------------
> 
>                  Key: SLING-444
>                  URL: https://issues.apache.org/jira/browse/SLING-444
>              Project: Sling
>           Issue Type: Improvement
>           Components: Scripting
>             Reporter: Bertrand Delacretaz
>             Priority: Minor
> 
> 
> Scripts should be able to write to the log, either to a default logger or to 
> a script-specified logger, and using various log levels
> 

Reply via email to