UNPKG

@test-org122/hypernet-core

Version:

Hypernet Core. Represents the SDK for running the Hypernet Protocol.

13 lines 540 B
import { ILogUtils } from "@interfaces/utilities"; import pino from "pino"; export declare class LogUtils implements ILogUtils { protected logger: pino.Logger; constructor(); debug(message?: any, ...optionalParams: any[]): void; info(message?: any, ...optionalParams: any[]): void; log(message?: any, ...optionalParams: any[]): void; warning(message?: any, ...optionalParams: any[]): void; error(message?: any, ...optionalParams: any[]): void; getPino(): pino.Logger; } //# sourceMappingURL=LogUtils.d.ts.map