Page 1 of 1

Good Project Logger?

Posted: Sat Feb 03, 2007 9:53 pm
by Starcraftmazter
Hey.
I hope this is the best place to put this.

I'm going to be developing yet another php & mysql driven application, quite a bit one (hopefully), and I need some kind of a good log script, to keep track of everything.

Now, because I am going to be working on this at home (linux) and maybe at school (windows), I figured the logs needs to be on my website, so I can access it at any time I want, from any OS.

So are there any good (and free) php logging apps out there? Maybe something like what phpbb team uses for olympus development, but less complicated.

Thanks!

Posted: Sat Feb 03, 2007 10:03 pm
by feyd
I think I'm thinking about a different kind of logger than you are. Can you explain what you are trying to log and what information you want logged?

Posted: Sat Feb 03, 2007 10:07 pm
by Starcraftmazter
Yes, perhaps I should have been more clear.

Well the main thing I need to log is what kinds of things I do day by day.
Say for example, add function here, fix this bug, add this feature, work on this module, etc.

And if it has any additional features, like being able to specify in which file and module certain work took place, and other things such as bug tracking, that would be very nice.

Hope that helps.

Posted: Sat Feb 03, 2007 10:14 pm
by feyd
It should be possible to automate entirely based on diffs using a cron to run once a day. .. if you're considering your own implementation. If it's purely a notes system, there's probably hundreds of simple "blog" type scripts available.

Posted: Sun Feb 04, 2007 12:18 am
by Starcraftmazter
Well I'm trying to find one =/