1.

How Will You Print A Log Message In Warn Mode?

Answer»

PUBLIC VOID warn(Object message) of LOGGER CLASS prints MESSAGES with the level Level.WARN.

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



Discussion

No Comment Found