interesting,
thanks
On 7/24/07, Marco V. <[EMAIL PROTECTED]> wrote:
>
> As far as I remember in Java, most of the people initialize Log4J like:
> public class MyClass {
> static Logger logger = Logger.getLogger(MyClass.class);
> }
> but it is not possible in PHP.
>
Yes, You can.
Regards,
As far as I remember in Java, most of the people initialize Log4J like:
public class MyClass {
static Logger logger = Logger.getLogger(MyClass.class);
}
but it is not possible in PHP.
Yes, You can.
Regards,
-Marco