method IBasicLogger.info
IBasicLogger.info(message: string): void

Log an informational message

Parameters

message: string
  • The message to log

Return Type

void

Usage

import { type IBasicLogger } from ".";