Uploaded by asifga

Java logging conventions

advertisement
 SE-EDU
Home About 
Search this site
Guides for SE student projects »
Java logging conventions
We recommend using java.util.logging package for logging.
Logging Levels
SEVERE : A critical problem detected which may cause the termination of the application.
WARNING : Can continue, but with caution.
INFO : Information showing the noteworthy actions by the App.
FINE : Details that is not usually noteworthy but may be useful in debugging e.g. print the actual list instead of just its size.
[Powered by
MarkBind 5.1.0 on Wed, 8 Nov 2023, 15:31:36 GMT+8]
Download