VendureLogger
The VendureLogger interface defines the shape of a logger service which may be provided in the config.
error
method
(message: string, context?: string, trace?: string) => voidwarn
method
(message: string, context?: string) => voidinfo
method
(message: string, context?: string) => voidverbose
method
(message: string, context?: string) => voiddebug
method
(message: string, context?: string) => voidsetDefaultContext
method
(defaultContext: string) => voidWas this chapter helpful?