HypoLog (previously called TWLog) is a collection of simple logging libraries for different platforms with an emphasize on ease of use. Currently supported are Java and .NET.
Version 1.0.0 adds only minor changes to the previous release, 0.3.0.
TWLog is a logging framework for Java and Microsoft's .NET Framework with an emphasize on ease of use. A new version, 0.3.0, has just been released, featuring a complete version of the planned API.
TWLog lacks some advanced features that other logging packages, such as log4Java or Sun's logging framework. It is a lot simpler to use, though. Initialize TWLog to write the messages to a rotating log file, for instance, requires just one line of code. Exception management is completely handled by TWLog. The same is true for TWLog.net.... read more
The Java and .NET versions of TWLog are pretty much completed. I've changed the projects status vom Alpha to Planning (log analyzer application is still in that phase) / Beta (the two TWLog versions) to reflect that. There's still a build file missing for the .NET version, but I'm working on it. The .NET code has just been checked into the CVS.
The CVS now contains two modules: twlog, which contains the code for the Java version of TWLog, and twlognet, which contains the .NET version of TWLog (written in C#). Officially downloadable file releases should follow in the next few days.
More than two years after having stopped development on TWLog, I realized that I don't like the fact that a pretty simple project is left unfinished. That's why I'm continuing development on TWLog. If everything goes the way I plan it, it won't take long to finish. There will be major changes, which is why I have taken the file release that has been online for the last years offline.
TWLog follows a philosophy of making things as easy as possible. Its emphasis is on ease of use, not on complexity.... read more
I've decided to (at least temporarily) stop working on this project. If anyone's interested in continuing to develop the product, do not hesitate to contact me. :)
The TWLog Initial Release, Beta 2.0, has just been uploaded. Download and try it out!