[Javamud-developers] Added logging package
Status: Beta
Brought to you by:
u_davis
From: Istvan D. <da...@ni...> - 2003-10-04 15:20:31
|
Hi all, I added an almost fully functional package to the mud. javamud.logging.*; The logs from each object will go to a different file, depending on the owner of that object in the logs/ directory. Logs from the driver will still go to "javamud.log". Also complete stacktraces can be written to the logfile so that wizards can examine the result and debug their code. The changes were commited to the CVS today. regards Istvan David |