@apillon/sdk
Version:
▶◀ Apillon SDK for NodeJS ▶◀
8 lines • 329 B
TypeScript
import { LogLevel } from '../types/apillon';
export declare class ApillonLogger {
private static logLevel;
static initialize(logLevel?: LogLevel): void;
static log(message: any, logLevel?: LogLevel): void;
static logWithTime(message: any, logLevel?: LogLevel): void;
}
//# sourceMappingURL=apillon-logger.d.ts.map