verbose()
#
Deprecated since 2.43.0
Use debug instead.
Logs a verbose message.
Before application startup this method will use console.log
instead of the configured logger.
verbose(message: any): void
Argument | Type | Description |
---|---|---|
message | any | Message to log |
Usage #
app.log.verbose('Something is happening')
Edit this page on Github(opens new window)