Core
Framework v2.x
2

info() #

Logs an info message.

Before application startup this method will use console.log instead of the configured logger.

info(message: any): void

ArgumentTypeDescription
message
any
Message to log

Usage #

app.log.info('Something is happening')