export default interface LoggerOptions {
    readonly name?: string;
    handlers?: any[];
    timezone? : any;

}