I have a suggestion that would be great if someone implemented. I
think it would be great with another log level for application level
informational messages. I have a server for an application i'm
building and I want to print informational messages to the servers log
when a client connects for example so that the end user can see what's
going on instead of just a black terminal.
For now I've solved this by creating a subclass of Log.Logger and I
store an instance of it in my own application but it's kinda ugly.
Thanks for a great simplistic logging library by the way!
Regards,
Andreas Falk
--
You received this message because you are subscribed to the "minlog-users" group.
http://groups.google.com/group/minlog-users
To unsubscribe, reply using "remove me" as the subject.
Andreas