netconf-client
Version:
18 lines • 631 B
TypeScript
import { StyleName } from './output-colors.ts';
export declare class Output {
static set verbosity(verbosity: number);
static get verbosity(): number;
static debug: ((msg: string, src?: string, level?: number) => void);
static error(message: string): void;
static printStackTrace(error?: Error): void;
static info(message: string, textFormat?: StyleName | StyleName[]): void;
private static _verbosity;
/**
* Debug function
*
* @param message - Message to debug
* @param source - Source/tag of the message
*/
private static _debug;
}
//# sourceMappingURL=output.d.ts.map