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.
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.