I am from a Java background. In Java, you can print at different levels in most frameworks. For example, in log4J you have log levels that you can set in Debug, Info, warn, etc.
Does python have something similar out of the box? that is, without the need to import another lbrary.
Thanks.
source share