Optional discordThe Discord webhook URL.
undefined
'https://discord.com/api/webhooks/...'
Optional fileOptions for the file emitter.
Optional fileOptional flags?: stringOptional includeOptional messageundefined
{ path: './logs', includeDateInFilename: true, fileFormat: 'log', messageFormat: 'DATE - LEVEL | CONTEXT | MESSAGE' }
Optional injectThe dependencies to inject into the factory.
Optional isWhether the module is global.
false
Optional telegramOptions for the Telegram bot.
undefined
{ token: '..', chatId: '123456789' }
Optional useThe factory for creating the options.
Generated using TypeDoc
AsyncOptions
Represents a set of options for configuring the logger service asynchronously.
Example