@substrate/api-sidecar
Version:
REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.
14 lines (13 loc) • 315 B
TypeScript
import { Logger } from 'winston';
/**
* Access a singleton winston.Logger that will be intialized on first use.
*/
export declare class Log {
private static _transports;
private static _logger;
private static create;
/**
* Sidecar's winston.Logger.
*/
static get logger(): Logger;
}