BrunoCarlo 3 de mai. de 2010
Ola,
Isto é um framework para realizar logging em java, basicamente é algo “um pouco” mais evoluido que um System.out.print… tem um link abaixo que explica um pouco sobre o framework.
A Java logging framework is a computer data logging package for the Java platform.
Logging refers to the recording of activity. Logging is a common issue for development teams. Several frameworks ease and standardize the process of logging for the Java platform. This article covers general purpose logging frameworks.
Logging is broken into three major pieces: the Logger, Formatter and the Handler (Appender). The Logger is responsible for capturing the message to be logged along with certain met...