????

Your IP : 18.119.140.58


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/typeorm/logger/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/typeorm/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;
};