Custom Logger API using Java Util Logger framework.
Project : Custom Logging.
This Project is used to implement custom logging library for console, file and socket using Java.
Tech Stack : Java 7. Tools used : Eclipse Juno.
Extra :
- I have implemented logging for all the three Handlers i.e. Console, File and Socket.
- Unit test cases for all the three handlers along with output.
- Documented the source code using
@JavaDoc.
Instructions for running the project :
-
Unzip the file iLabs.zip in a folder.
-
Run the jar file named
iLabs.jarfromcommand promptusing commandjava -jar iLabs.jar -
Make sure you are listening to port 3000 as Socket Handler test case is tested on Server : localhost and Port : 135.
-
File Handler output is in
FileHandler.txtfile.