UNPKG

advanced-logger

Version:

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

7 lines (5 loc) 155 B
import IRequestConfig from "./IRequestConfig"; export default interface IServiceConfig { serviceConfig: IRequestConfig; defaultLogConfig?: any; }