KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > logging > ErrorManager > Top Examples

  • org.apache.juli.FileHandler
    Implementation of <b>Handler</b> that appends log messages to a file named {prefix}.{date}.{suffix} in a configured directory, with an optional preceding timestamp. @version $Revision: 1.5 $ $Date: 2005/03/03 18:29:45 $
  • org.objectweb.util.monolog.wrapper.javaLog.ConsoleHandler
    The aim of this class is to permit to specify the output for the console handler of the java.util.logging system. This console handler is also able to choose the right ouput (System.err or System.out) depending on the message level. @author S.Chassande-Barrioz
Popular Tags