I wanted to implement my own logging utility similar to the server logs for our application.
Do we have any utility packages available to implement custom logging, which should be similar to server logs but with the application related log-entries only.
I am trying to achieve this without writing the Java Service.