????

Your IP : 3.135.182.75


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/browser/logger/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/browser/logger/LoggerOptions.d.ts

import { LogLevel } from "./Logger";
/**
 * Logging options.
 */
export type LoggerOptions = boolean | "all" | LogLevel[];
/**
 * File logging option.
 */
export type FileLoggerOptions = {
    /**
     * Specify custom path for log file, relative to application root
     */
    logPath: string;
};