📝Debug
The module provides a wrapper for the NestJS Logger.
Imports
Method of Use
To use this module, you need to inject it into the desired service.
Injecting the module into our service.
Without dependencies
You won't need to connect the pieces with any other module.
Methods
Method
Scope
Description
log
public
The method logs a message with the level
log
.
warn
public
The method logs a message with the level
warn
.
error
public
The method logs a message with the level
error
.
debug
public
The method logs a message with the level
debug
.
verbose
public
The method logs a message with the level
verbose
.
Last updated