473,464 Members | 1,476 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

log4php

Hi,

Do you have any news about log4php ?
The latest release I've found is beta 0.9 dating back to dec 10th 2003.
Is this project dead ?
Do you know any other good tool to log in php ?

thanks,

--
alex
Mar 11 '06 #1
6 2131
alex wrote:
Hi,

Do you have any news about log4php ?
The latest release I've found is beta 0.9 dating back to dec 10th 2003.
Is this project dead ?
Do you know any other good tool to log in php ?

thanks,


I always use the server logs. Much more accurate.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Mar 11 '06 #2
> I always use the server logs. Much more accurate.


Server logs ? They just give you unfiltered infos about accesses and errors,
no ?
They can't tell you "this user subscribed at that time" or "warning, this
function returned abnormal results", ...
Server logs are generated by... the server so you only have limited control
on it.
When you generate you own logs, you can trace exactly what you want, being
warned by e-mail in case of big bugs, etc.

--
alex
Mar 12 '06 #3
alex wrote:
They can't tell you "this user subscribed at that time" or "warning, this
function returned abnormal results", ...


Yes they can.

http://www.php.net/error_log

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

Mar 12 '06 #4
>
Yes they can.

http://www.php.net/error_log


ok, but it seems to me that (tell me if I'm getting wrong),

1. many users can't access the error.log file on a shared production server,
2. if there are several websites on the same machine, it's gonna be the mess
in the php error.log file.

moreover, log4php allows you to choose a pre-configured appender : rolling
textfile, mail, database, ...
tell me if all this is possible with something else than log4php, I'm
interested.

thx,

--
alex
Mar 12 '06 #5
alex wrote:
Yes they can.

http://www.php.net/error_log

ok, but it seems to me that (tell me if I'm getting wrong),

1. many users can't access the error.log file on a shared production server,
2. if there are several websites on the same machine, it's gonna be the mess
in the php error.log file.

moreover, log4php allows you to choose a pre-configured appender : rolling
textfile, mail, database, ...
tell me if all this is possible with something else than log4php, I'm
interested.

thx,


Apache servers can be configured so that each user has its own log. And
yes, the logs contain a lot of information. But it's quite easy to
write a filter to pull out the information you want and throw away the rest.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Mar 12 '06 #6
>
Apache servers can be configured so that each user has its own log. And
yes, the logs contain a lot of information. But it's quite easy to write
a filter to pull out the information you want and throw away the rest.


thanks, this could be the alternative to log4php I was searching.

--
alex
Mar 12 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: ProgDario | last post by:
HI, I downloaded log4php but I found the documentation on the site is VERY POOR. After a lot of IMPRECATIONS, I was able to do a log without the config file (fortunately I used log4J-AVA so I...
7
by: veg_all | last post by:
I am looking for a simple way to keep my log files from growing too large. Basically I would want something that truncates the off first 25 kb of a 100kb log file. I could do something with reading...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.