export interface ILogTransport {
    exec(logObj: any): void;
}
