1.

How Will You Print A Log Message In Info Mode?

Answer»

PUBLIC void INFO(OBJECT message) of Logger class prints messages with the level Level.INFO.

public void info(Object message) of Logger class prints messages with the level Level.INFO.



Discussion

No Comment Found