Logger Class
Hi all,
I want to create a logger class to log some data.
How would I create that?
Hi all,
I want to create a logger class to log some data.
How would I create that?
there is a logger in the java library.
there is also that other more popular one whos name i forget.
log4j?
loggers abound.
http://www.google.com/search?hl=en&q=java+logger
I prefer log4j over java.util.logging. When your manager tells you to dump Java and convert it to a .NET, it's a simpler matter to port to log4N.