Unterschiede
Hier werden die Unterschiede zwischen der gewählten und der aktuellen Version gezeigt.
en:java:logging 2012/07/22 16:39 | en:java:logging 2020/01/22 21:00 aktuell | ||
---|---|---|---|
Zeile 75: | Zeile 75: | ||
java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter | java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter | ||
java.util.logging.FileHandler.pattern = MyApplication.log | java.util.logging.FileHandler.pattern = MyApplication.log | ||
+ | </code> | ||
+ | \\ | ||
+ | Logging the stacktrace:\\ | ||
+ | <code java> | ||
+ | LOGGER.log(Level.SEVERE, "Message", e); | ||
</code> | </code> | ||
Will be completed... | Will be completed... |