Kristian Kraljić You may compare programming with poetry,
a harmonic script is a piece of creativity which will last forever.
- Kristian Kraljić

InjLog – Another neat Injection Logger for Java 8

by Kristian Kraljic, January 2, 2016

And This Is It my dear visitors! Six days, six posts. This makes a total of four posts in 2015 and already two posts in 2016. Great! I am very happy to have done that, so we have some time to talk about what is going to happen in 2016.

As already said on my post yesterday, I plan on releasing more stuff on this blog. But no false promises, if it is going to take until Christmas again, that’ll be it. But I’ll try my best to release some smaller snippets throughout the year. Other than that, I’m planning on something in the area of home automation, but I’ll get to that as well in one of my future posts. Last but not least, there is still a lot of work to do for my projects at the University of Applied Sciences in Mannheim and at my main workplace. So it’s not going to be boring year at all.

Coming to the last release for this streak of posts. Logging in Java is a neverending story. There are hundrets of logging frameworks out there. Some build in to Java, some smaller or bigger external libraries. What most of them share: one logger is shared for all classes logging data. My requirement was a little different. I had classes wanting to log data, but where and when to log data, should be decided by another class. Therefore I came up with the InjLog Logging Framework for Java. Read the rest of this entry »

» Leave a Comment «