crawler
Version:
Crawler is a ready-to-use web spider that works with proxies, asynchrony, rate limit, configurable request pools, jQuery, and HTTP/2 support.
26 lines • 723 B
TypeScript
export declare const logOptions: {
type: "hidden" | "json" | "pretty";
name: string;
hideLogPositionForProduction: boolean;
prettyLogTemplate: string;
prettyLogStyles: {
logLevelName: {
SILLY: string[];
TRACE: string[];
DEBUG: string[];
INFO: string[];
WARN: string[];
ERROR: string[];
FATAL: string[];
};
name: string[];
dateIsoStr: string;
filePathWithLine: string;
nameWithDelimiterPrefix: string[];
nameWithDelimiterSuffix: string[];
errorName: string[];
fileName: string[];
};
minLevel: number;
};
//# sourceMappingURL=logger.d.ts.map