Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 917 Bytes

File metadata and controls

22 lines (15 loc) · 917 Bytes

Home > @snowplow/node-tracker > Logger

Logger interface

Signature:

interface Logger 

Properties

Property Type Description
debug (message: string, ...extraParams: unknown[]) => void
error (message: string, error?: unknown, ...extraParams: unknown[]) => void
info (message: string, ...extraParams: unknown[]) => void
setLogLevel (level: LOG_LEVEL) => void
warn (message: string, error?: unknown, ...extraParams: unknown[]) => void