Log levels

Report a typo

Logger logger = Logger.getLogger(Main.class.getName());
logger.log(_____________, "Hello " + logger.getName());


The above code tries to print a Severe log. What constant should be applied to the log method??

Enter a short text
___

Create a free account to access the full topic