Package fr.ifremer.isisfish.logging

Class Summary
LogLevelUtil This classes contains some usefull methods to perform actions on set of LogLevel.
SimulationLoggerUtil FIXME poussin, a priori cette classe ne supporte pas plusieurs simulation en meme temps, ce qui est le cas si on a plusieurs processeurs de dispo :( Usefull class for dealing with hot configuration of log4J.
ThreadFilter this class is Log4J filter to accept only incoming log events from a unique thread.
 

Enum Summary
LogLevel abstraction of a log level

a LogLevel is defined by 3 properties : his name (given by Enum.name()) his severity (higher severity is the lower value, be carefull) (given by Enum.ordinal()) his mask value (given by LogLevel.mask()) The mask value is introduced to make possible some performant search.

 



Copyright © 1999-2012 CodeLutin. All Rights Reserved.