PDA

View Full Version : Help with Log Proccessing?


Raletia
20-02-2006, 20:02
Where may I find a list of all the server log event types, etc.? IE, all the possible types/combinations of events that are logged, like for example:
1-01-01 00:00:00,ALL,Info,ChannelLog, SID: 1 registerred channel created [ChannelName: name, ClientNickName: client, ClientLoginName: login]

Because I want to write a php script to take the log, and split up the different types of events logged, and the servers and stuff, and store it all in a mysql database which can then be viewed authorized people...

Only problem is I can't find a list of all the possible combinations.

I know the first part is the date and time.

The second part.. ie 'ALL' in my above example, not exctly sure what its reffering to but I think all servers, but I've never seen it say anything but all.. so I have no idea.

The third part... I've only seen it say 'Info' so I don't know other possibilities for it either.

The fourth part... I only know of the following:
ChannelLog
SALog
AccessLog
ChatLog
ServerKickLog
ChannelKickLog
server

The fifth part... SID, I know thats the server's DB ID

The rest... I don't know the possible combinations.

So if someone could show me where a list of all this information is or post it themselfs, it would be of great help to me.. otherwise I'll just have to try to guess.

guldi
21-02-2006, 09:32
Where may I find a list of all the server log event types, etc.? IE, all the possible types/combinations of events that are logged, like for example:

maybe in the FAQ :confused:
http://forum.goteamspeak.com/showthread.php?t=8336

sry, wouldn't know of a place for more detailed info, maybe you have to try and error...

Raletia
06-04-2006, 11:11
Sorry for not replying for some time.. but.. eh.. its life.. things happen.. ANYWHO.... lol..

If anyone knows any such place to find the information I'd be most grateful... that FAQ that was linked to only had the types of log options you can turn on or off, I want to know how they appear in the log file.

Basically the general format of the log entery for each type of action logged.

Trial and Error is indeed an(extremely tedious) option if it comes down to it... but I'd prefer to get a head start if possible :-P

I'd like to be able to make something that everyone could use for free.. it would help a great deal in speeding it up to know what types of data to expect and the format it will be in, so then I just have to worry about seperating and sorting it.

Thanks for any help that has been, is being, and will be given! ^.^