UNPKG

advanced-logger

Version:

Advanced logger module extendable with plugins. Works in nodejs and browsers

9 lines (8 loc) 279 B
import BaseRemoteService from "./BaseRemoteService"; export default class ElasticsearchService extends BaseRemoteService { preparePayload<T>(logs: T[]): Promise<string>; protected getHeaders(): { [propName: string]: string; }; private getLogMetaConfig; }