Menu

JAK SW project / Blog: Recent posts

Java Logging Vs Log4j

JUL : java.util.logging package

Similarities

  • JUL is extremely similar to Log4j - it more or less uses exactly the same concepts, but renames some of them. For example, appenders are "handlers," layouts are "formatters," and LoggingEvents are "LogRecords."
  • JUL uses levels the same way that Log4J uses levels, although JUL has nine default levels instead of seven.
  • JUL organizes loggers in a hierarchy the same way Log4j organizes its loggers, and JUL loggers inherit properties from their parent loggers in more or less the same way that Log4j loggers inherit properties from their parents. ... read more
Posted by Richa 2013-10-20

UML Diagramm

You'll find the entities we've defined yesterday in the UML diagramm (Files, folder Design)

Posted by Katharina Knaus 2013-10-09

Project Management

Hello,

I have made a project plan in MS Project 2013. If you don't have installed it, you can see the tasks/milestones also in the pdf.
At the moment it contains only 5 entries :)
Everybody is allowed to fill it with life.

Posted by Katharina Knaus 2013-10-09