info static method

dynamic info(
  1. String message
)

Implementation

static info(final String message) {
  logger.info(message);
}