????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/browser/logger/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/browser/logger/LoggerFactory.d.ts |
import { Logger } from "./Logger"; import { LoggerOptions } from "./LoggerOptions"; /** * Helps to create logger instances. */ export declare class LoggerFactory { /** * Creates a new logger depend on a given connection's driver. */ create(logger?: "advanced-console" | "simple-console" | "file" | "debug" | Logger, options?: LoggerOptions): Logger; }