Skip to main content

LoggableWriter

Hierarchy

Callable

  • LoggableWriter(metadata: LogMetadata, message: string, ...params: unknown[]): void
  • LoggableWriter(message: string, ...params: unknown[]): void

  • Log a message to the console and interpolate with the parameters, while also providing a metadata object to include with the log item.