Type Alias TLogPathOptions

TLogPathOptions: {
    [logPath: string]: Options | keyof typeof ELogLevel | number;
}