Type alias TLoggerOptions

TLoggerOptions: {
    prefix?: string;
    transports?: ILogTransport[];
}

Type declaration

Generated using TypeDoc