com.mhavila.cookbook.log
Class RecipeJavaLogging

java.lang.Object
  extended by com.mhavila.cookbook.log.RecipeJavaLogging

public class RecipeJavaLogging
extends Object

Receita:
Gerar informação de log usando o Logging Java padrão (J2SE 1.4+).
Entrada (origem/geração/escrita) - Logger:

Referências:

Since:
J2SE 1.4
Author:
Marcio d'Avila (www.mhavila.com)
See Also:
Logger, Level

Constructor Summary
RecipeJavaLogging()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipeJavaLogging

public RecipeJavaLogging()
Method Detail

main

public static void main(String[] args)