aladinnetwork-blockstack
Version:
The Aladin Javascript library for authentication, identity, and storage.
12 lines (11 loc) • 320 B
TypeScript
/**
* @ignore
*/
export declare class Logger {
static error(message: string): void;
static warn(message: string): void;
static info(message: string): void;
static debug(message: string): void;
static logMessage(level: string, message: string): string;
static shouldLog(level: string): boolean;
}