Write a log of ingame events to disk

Registered by Erik Ogenvik

Provide a mechanism for writing a log of ingame events to disk, much like a chat log. A suitable location would be ~/.ember/logs. The log files should have the format <datestamp>_ember.log, such as 20080101101010_ember.log. This functionality should be configurable from ember.conf so that it easily can be turned off.

Blueprint information

Status:
Complete
Approver:
Erik Ogenvik
Priority:
Low
Drafter:
Erik Ogenvik
Direction:
Needs approval
Assignee:
Sean Ryan
Definition:
Approved
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
Sean Ryan
Completed by
Sean Ryan

Related branches

Sprints

Whiteboard

Provide a mechanism for writing a log of ingame events to disk, much like a chat log. Logs are character specific, so logs should be created for each character ( ie entity that logs into the server ). The logfile should me in the ember home directory ( usually ~/.ember ), and should be of the format <charactername>_chatlog.log. The format of the logfile is:

[<timestamp>] <entity speaking> says: <message>
E.g.
[2008-2-18 0:51:46] <Gorun Iksa> says: On behalf of the Duke I would like to welcome you to moraf.

This item functionality is controlled via the general:logchatmessages configuration of ember.conf.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.