Skip to main content
Module

x/typeorm/src/index.ts>AdvancedConsoleLogger#log

Forked from https://github.com/typeorm/typeorm
Latest
method AdvancedConsoleLogger.prototype.log
import { AdvancedConsoleLogger } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Perform logging using given logger, or by default to the console. Log has its own level and message.

Parameters

level: "log" | "info" | "warn"
message: any
optional
queryRunner: QueryRunner