Creates a new instance of the LogService.
The context for the logger service.
Optional
options: Optionsconst logger = new LogService('MyContext')
logger.log('This is an info message').into(Emitter.CONSOLE)
Private
contextPrivate
optionsGenerated using TypeDoc
LogService
Represents a logging service that provides methods for logging messages with different severity levels.
Example