Perform logging using given logger, or by default to the console. Log has its own level and message.
Logs events from the migration 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.
Generated using TypeDoc
Performs logging of the events in TypeORM. This version of logger uses console to log events and use syntax highlighting.