method StructuredLogger.prototype.info
StructuredLogger.prototype.info(
message: string,
context?: Record<string, unknown>,
): void

Logs an info message with optional context

Parameters

message: string
optional
context: Record<string, unknown>

Return Type

void

Usage

import { StructuredLogger } from ".";