Loggable v. 1.0 released!
I decided to release version 1.0 of the Loggable meta-library. Loggable now has a dedicated page on this blog.
Check it out!
Scossa di #terremoto a #Pavia, pochi istanti fa ... brrr! (1 week ago)
Home / Blog / Loggable v. 1.0 released!
I decided to release version 1.0 of the Loggable meta-library. Loggable now has a dedicated page on this blog.
Check it out!

Sei in anticipo sui tempi! Guarda qui: https://issues.apache.org/jira/browse/LOG4J2-33. Forse le annotazioni ci saranno in log4j 2.0
Incredibile, direi. Magari possono prendere spunto da questa implementazione, chissa' ...
Why use annotation? I think is preferable to have logger configured in log4j configuration file (so I'll be able to change configuration at runtime), or am I missing something?
Well, you HAVE to configure log4j through its own configuration file, otherwise the whole infrastructure will not work. This "Loggable" meta-library reduce development time, because you have to write less code to call the log4j Logger class in your application.
In addition, the annotation permits to do some runtime adjustement, such as disabling logging for a whole class, change log level, etc. But you can still use the common log4j approach. It's all up to you!