janikvonrotz / issue-manager

Issue Manager
https://waffle.io/janikvonrotz/issue-manager
2 stars 1 forks source link

Loggingframework konfigurieren #35

Closed janikvonrotz closed 9 years ago

janikvonrotz commented 9 years ago

Tool: http://www.tinylog.org/download Loging Facade: slf4j Implementierung Logger: http://projectlombok.org/features/Log.html

Ziel: Erstellen einfaches Logging -> Beispiel

thvn commented 9 years ago

Wohin soll geloggt werden?

janikvonrotz commented 9 years ago

http://www.codejava.net/coding/how-to-initialize-log4j-for-java-web-application

thvn commented 9 years ago

Logging ist für IssueManager (Webservices) implementiert. Elemente können jetzt einfach hinzugefügt werden:

Bsp: log.error(String, Object); catch (Exception e){ log.error("RMI initialize failed.", e); }