Core
Framework v2.x
2

debug() #

Logs a debug message.

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

Copied to clipboard!
debug(message: any): void

Argument Type Description
message
any
Message to log

Usage #

Copied to clipboard!
app.log.debug('Something is happening')