Skip to main content

VendureLogger

The VendureLogger interface defines the shape of a logger service which may be provided in the config.

Signature

error

method(message: string, context?: string, trace?: string) => void

warn

method(message: string, context?: string) => void

info

method(message: string, context?: string) => void

verbose

method(message: string, context?: string) => void

debug

method(message: string, context?: string) => void

setDefaultContext

method(defaultContext: string) => void
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page