????

Your IP : 216.73.216.131


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