mazix-devel Mailing List for Mazix
Status: Alpha
Brought to you by:
graffity2199
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
---|
From: Graffity <gra...@ya...> - 2009-11-17 06:32:05
|
Hello, I've refactored the logging process of the game to prepare the new architecture. The global static variable LOGGER doesn't exist anymore and it is necessary to use the log like that : /** The class logger. */ private final static Logger LOGGER = Logger.getLogger("org.mazix.kernel.Coordinates"); I've also added the logging.properties configuration file where you can set the log level you want. Thanks for your attention |
From: Graffity <gra...@ya...> - 2009-11-14 11:17:26
|
Hello, The new task freak manager is available for Mazix. It will help us to manage project task and schedule work to do. Don't hesitate to create or update task by adding comments or setting the advance status. Graffity |