Good Project Logger?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Starcraftmazter
Forum Commoner
Posts: 45
Joined: Mon Apr 24, 2006 11:36 pm

Good Project Logger?

Post 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!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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?
Starcraftmazter
Forum Commoner
Posts: 45
Joined: Mon Apr 24, 2006 11:36 pm

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Starcraftmazter
Forum Commoner
Posts: 45
Joined: Mon Apr 24, 2006 11:36 pm

Post by Starcraftmazter »

Well I'm trying to find one =/
Post Reply