Takeshi Kondo wrote:
If log level is separated, logging code is
----
public class enum LogMessages{
@Debug("debug log message")
TEST0001
}
Doesn't LogMessages need to be compiled? If LogMessages needs compiling, how is it helpful?
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch _______________________________________________ dev mailing list [email protected] http://www.slf4j.org/mailman/listinfo/dev
