ramsesoriginal / PIYAUG

PIYAUG is yet another unfinished game
0 stars 0 forks source link

logger should actually log #9

Open ramsesoriginal opened 11 years ago

ramsesoriginal commented 11 years ago

The Logger should actually log. It should create a HTML file at a specified locazion, containg everything that was logged. Each message should contain relevant information (Player coords, timestamp, etc). The HTML file should be written out periodically, if needed.

ramsesoriginal commented 11 years ago

The logger logs correctly, but it still needs to write the logs to a file.