JAVA exPress > log4j

Articles with tag: log4j

Effective logging with Log4J

Issue 6 (2009-12-09) - Michał Szynkaruk

Sooner or later every Java programmer realizes that using System.out.print is neither effective nor efficient way of checking the current state of an application or the value of a variable. Of course, it is true that standard output is simple and apparently fast. But what if we want to have our traces written to a file instead of the console?

Log4J a komunikatory internetowe

Issue 7 (2010-03-30) - Michał Szynkaruk

Logi informujące o błędach w trakcie działania aplikacji można zapisywać zarówno lokalnie (jako pliki tekstowe, krotki w bazie danych itd.) jak i wysyłać na inną maszynę, np. w postaci e-maila. Niewątpliwe wielu z nas ma na stałe uruchomiony jakiś komunikator internetowy niezależnie od tego czy jesteśmy w pracy, w domu czy w podróży. Skoro chcemy być w stałym kontakcie z

Developers World