UNPKG

@zohocrm/typescript-sdk-6.0

Version:
9 lines (8 loc) 212 B
import { Logger } from './logger'; export declare class LogBuilder { private _level; private _filePath; level(level: string): this; filePath(filePath: string | null): this; build(): Logger; }