info abstract method
Receives log messages at Info level and a related exception.
-
line
The message to be logged. -
exception
An Exception instance related to the current log message.
Implementation
void info(String line, [ Exception? exception ]);