Perform logging using given logger, or by default to the console. Log has its own level and message.
Logs events from the migrations run process.
Logs query and parameters used in it.
Logs query that is failed.
Logs query that is slow.
Logs events from the schema build process.
Converts parameters to a string. Sometimes parameters can have circular objects and therefor we are handle this case too.
Writes given strings into the log file.
Generated using TypeDoc
Performs logging of the events in TypeORM. This version of logger logs everything into ormlogs.log file.