Skip to content

info

Information logs

logger.info designates the information of your application.

await g.logger.info("Information message");

You will get the information logs in to the Logs tab.